There was an error while loading. Please reload this page.
2 parents 2250953 + 5532a08 commit 0333517Copy full SHA for 0333517
1 file changed
Famix-Simple-Diff/FamixSimpleDiff.class.st
@@ -73,6 +73,7 @@ FamixSimpleDiff >> compareModel: aFamixModel to: aFamixModel2 [
73
"Initalization"
74
worklist := self initializeWorklistFrom: aFamixModel to: aFamixModel2.
75
visited := IdentitySet new.
76
+ differences := OrderedCollection new.
77
78
"doing tasks until the tasklist is empty"
79
^ self processWorklist: worklist visited: visited
0 commit comments