-
Bug
-
Resolution: Fixed
-
Major
-
None
It looks like the CpdParser is missing a call to setContextHashCode. As a result, every annotation receives an autogenerated context hash, which is different on every run. This causes the delta between two identical cpd-files to be calculated incorrectly (all duplications are both fixed and new), as the differencer thinks the annotations from two consecutive parser runs are different due to a different context hash.