diff --git a/src/FamixReplication/FamixReplica.class.st b/src/FamixReplication/FamixReplica.class.st index 751c7d8..15fed44 100644 --- a/src/FamixReplication/FamixReplica.class.st +++ b/src/FamixReplication/FamixReplica.class.st @@ -119,7 +119,9 @@ FamixReplica >> concernSameSubjectAs: anotherReplica [ { #category : 'accessing' } FamixReplica >> endLine [ - + + + ^ endLine ] @@ -130,7 +132,9 @@ FamixReplica >> endLine: anObject [ { #category : 'accessing' } FamixReplica >> entity [ - + + + ^ entity ] @@ -146,7 +150,10 @@ FamixReplica >> entitySourceCode [ { #category : 'accessing' } FamixReplica >> fileAnchor [ - + + + + ^ fileAnchor ] @@ -227,7 +234,9 @@ FamixReplica >> replicatedFragment: aReplicatedFragment [ { #category : 'accessing' } FamixReplica >> startLine [ - + + + ^ startLine ] diff --git a/src/FamixReplication/FamixReplicatedFragment.class.st b/src/FamixReplication/FamixReplicatedFragment.class.st index ef5adc5..07c01e1 100644 --- a/src/FamixReplication/FamixReplicatedFragment.class.st +++ b/src/FamixReplication/FamixReplicatedFragment.class.st @@ -210,7 +210,10 @@ FamixReplicatedFragment >> remove: aReplica [ { #category : 'accessing' } FamixReplicatedFragment >> replicas [ - + + + + ^ replicas ifNil: [ replicas := OrderedCollection new ] ]