The simple answer - the more this number, the bigger duplicate is.
More complex answer - for each duplicate we calculate the number of duplicating expressions, statements etc. which are present in duplicate code block and sum them with different weights. To detect duplicates in Java code TeamCity uses IntelliJ IDEA's duplicates finding mechanism.
Hi,
The simple answer - the more this number, the bigger duplicate is.
More complex answer - for each duplicate we calculate the number of duplicating expressions, statements etc. which are present in duplicate code block and sum them with different weights.
To detect duplicates in Java code TeamCity uses IntelliJ IDEA's duplicates finding mechanism.
Regards,
KIR
Ok. Thanks for the clarification.