Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.988 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 885 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
2 | 7 | 894 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
{ for (int v = 0; v < typeVarLength; v++) { if ( !CharOperation.equals(refTypeVariables[v].sourceName, parameterTypes[p])) { found = false; break; } found = true; } } |
| ||||
{ for (int v = 0; v < methTypeVarLength; v++) { if ( !CharOperation.equals(methodTypeVariables[v].sourceName, parameterTypes[p])) { found = false; break; } found = true; } } |
| |||
{ for (int v = 0; v < [[#variable9e7ae660]]; v++) { if ( !CharOperation.equals( [[#variable9e7afee0]][v].sourceName, parameterTypes[p])) { found = false; break; } found = true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e7ae660]] | typeVarLength |
1 | 2 | [[#9e7ae660]] | methTypeVarLength |
2 | 1 | [[#9e7afee0]] | refTypeVariables |
2 | 2 | [[#9e7afee0]] | methodTypeVariables |