Skip to content

Commit e22db1f

Browse files
committed
Add more info
1 parent 74641a8 commit e22db1f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

resources/docs/DevelopperDocumentation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ We start by computing the diff between entities, followed by computing the diff
66

77
<!-- TOC -->
88

9-
- [FamixDiff: Developper Documentation](#famixdiffdevelopper-documentation)
10-
- [Diff between entities](#diff-between-entities)
11-
- [General diff logic](#general-diff-logic)
12-
- [Comparison logic](#comparison-logic)
13-
- [Customize the comparison depending on the metamodel](#customize-the-comparison-depending-on-the-metamodel)
14-
- [Optimization logic](#optimization-logic)
15-
- [Diff between associations](#diff-between-associations)
9+
- [FamixDiff: Developer Documentation](#famixdiff-developer-documentation)
10+
- [Diff between entities](#diff-between-entities)
11+
- [General diff logic](#general-diff-logic)
12+
- [Comparison logic](#comparison-logic)
13+
- [Customizing the comparison based on the metamodel](#customizing-the-comparison-based-on-the-metamodel)
14+
- [Optimization logic](#optimization-logic)
15+
- [Diff between associations](#diff-between-associations)
1616

1717
<!-- /TOC -->
1818

@@ -135,7 +135,7 @@ FamixJavaPackage>>isIdenticalTo: otherEntity resolver: resolver
135135
^ true
136136
```
137137

138-
Once the algorithm finishes, all dynamically generated code is removed. This eliminates the need for developers to invalidate caches when updating comparison methods.
138+
Once the algorithm finishes, all dynamically generated code is removed. This eliminates the need for developers to invalidate caches when updating comparison methods. This is done in `FamixDiffResolver>>#removeFamixDiffCaches`.
139139

140140
## Diff between associations
141141

0 commit comments

Comments
 (0)