Skip to content

Commit 34ba61b

Browse files
committed
Revert automatic rewrite
1 parent 16e898f commit 34ba61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FAST-Core-Tools/FamixModelComparator.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ FamixModelComparator >> compareProperties: node1 to: node2 [
115115
"compare the values of the 'properties' (attributes with primitive types) of the two nodes
116116
since the two nodes should be the same class, they have the same properties"
117117

118-
(node1 class metadescription allPrimitiveProperties)
118+
(node1 class mooseDescription allPrimitiveProperties)
119119
select: [ :property | self propertyToCompare: property ]
120120
thenDo: [ :property || value1 value2 |
121121
value1 := node1 perform: property implementingSelector.

0 commit comments

Comments
 (0)