Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 222 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java |
2 | 4 | 419 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java |
| ||||
int deprecationCount = 0; for (int i = 0; i < toImplement.length; i++) { if (toImplement[i].isDeprecated()) deprecationCount++; } |
| ||||
int deprecationCount = 0; for (int i = 0; i < bindings.length; i++) { if (bindings[i].isDeprecated()) deprecationCount++; } |
| |||
int deprecationCount = 0; for (int i = 0; i < [[#variable5edbc360]].length; i++) { if ( [[#variable5edbc360]][i].isDeprecated()) deprecationCount++; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5edbc360]] | toImplement |
1 | 2 | [[#5edbc360]] | bindings |