Skip to content

Commit 0333517

Browse files
authored
Merge pull request #66 from RomainDeg/main
resetting differences when calling compareModel:to:
2 parents 2250953 + 5532a08 commit 0333517

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Famix-Simple-Diff/FamixSimpleDiff.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ FamixSimpleDiff >> compareModel: aFamixModel to: aFamixModel2 [
7373
"Initalization"
7474
worklist := self initializeWorklistFrom: aFamixModel to: aFamixModel2.
7575
visited := IdentitySet new.
76+
differences := OrderedCollection new.
7677

7778
"doing tasks until the tasklist is empty"
7879
^ self processWorklist: worklist visited: visited

0 commit comments

Comments
 (0)