Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.14
-
Component/s: Duplications
-
Labels:None
-
Number of attachments :
Description
This format has following drawbacks:
- assumes that amount of lines is the same for both resources, which is obviously wrong in general case
- duplication can span no more than two resources
- and they both in same project
But we can't just drop it, because we should be able to display duplications before next analysis of project.
So would be better to stop using it during saving, and later remove completely.
Issue Links
- is related to
-
SONARPLUGINS-978
Useless Code Tracker must not execute CPD by himself
-
-
SONAR-3240
Fully remove support of old format for DUPLICATIONS_DATA
-
- relates to
-
SONAR-3182
Remove the support of PMD CPD
-
Done in 7dc3bc3.
However should be noted that only format was changed and all limitations of PMD still here :
SONAR-3131)