We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e898f commit 34ba61bCopy full SHA for 34ba61b
1 file changed
src/FAST-Core-Tools/FamixModelComparator.class.st
@@ -115,7 +115,7 @@ FamixModelComparator >> compareProperties: node1 to: node2 [
115
"compare the values of the 'properties' (attributes with primitive types) of the two nodes
116
since the two nodes should be the same class, they have the same properties"
117
118
- (node1 class metadescription allPrimitiveProperties)
+ (node1 class mooseDescription allPrimitiveProperties)
119
select: [ :property | self propertyToCompare: property ]
120
thenDo: [ :property || value1 value2 |
121
value1 := node1 perform: property implementingSelector.
0 commit comments