Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 288 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 2 | 436 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
3 | 2 | 493 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
| ||||
for (int i = 0; i < size; i++) // attempt to find each superinterface if it exists in the cache (otherwise - resolve it when requested) this.superInterfaces[i] = environment.getTypeFromConstantPoolName(interfaceNames[i], 0, -1, false); |
| ||||
for (int i = 0; i < size; i++) exceptions[i] = environment.getTypeFromConstantPoolName(exceptionTypes[i], 0, -1, false); |
| ||||
for (int i = 0; i < size; i++) exceptions[i] = environment.getTypeFromConstantPoolName(exceptionTypes[i], 0, -1, false); |
| |||
for (int i = 0; i < size; i++) [[#variableb5640ca0]][i] = environment.getTypeFromConstantPoolName( [[#variableb5640c00]][i], 0, -1, false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5640ca0]] | exceptions |
1 | 2 | [[#b5640ca0]] | // attempt to find each superinterface if it exists in the cache (otherwise - resolve it when requested) this.superInterfaces |
1 | 3 | [[#b5640ca0]] | exceptions |
2 | 1 | [[#b5640c00]] | exceptionTypes |
2 | 2 | [[#b5640c00]] | interfaceNames |
2 | 3 | [[#b5640c00]] | exceptionTypes |