Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.977 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1126 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
2 | 3 | 1369 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| ||||
for (int i = 0; i < thrownExceptionLength; i++) { thrownExceptionTypes[i] = CharOperation.concatWith(thrownExceptions[i].getParameterizedTypeName(), '.'); } |
| ||||
for (int i = 0; i < superInterfacesLength; i++) { interfaceNames[i] = CharOperation.concatWith(superInterfaces[i].getParameterizedTypeName(), '.'); } |
| |||
for (int i = 0; i < [[#variablea4252680]]; i++) { [[#variablea4252600]][i] = CharOperation.concatWith( [[#variablea42525a0]][i].getParameterizedTypeName(), '.'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4252680]] | superInterfacesLength |
1 | 2 | [[#a4252680]] | thrownExceptionLength |
2 | 1 | [[#a4252600]] | interfaceNames |
2 | 2 | [[#a4252600]] | thrownExceptionTypes |
3 | 1 | [[#a42525a0]] | superInterfaces |
3 | 2 | [[#a42525a0]] | thrownExceptions |