Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.970 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 211 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 5 | 236 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
| ||||
for (int i = 0; i < fields.length; i++) { try { availableFields[count] = resolveTypeFor(fields[i]); count++; } catch (AbortCompilation a) { // silent abort } } |
| ||||
for (int i = 0; i < methods.length; i++) { try { availableMethods[count] = resolveTypesFor(methods[i]); count++; } catch (AbortCompilation a) { // silent abort } } |
| |||
for (int i = 0; i < [[#variableb14709c0]].length; i++) { try { [[#variableb1470960]][count] = [[#variableb14708c0]]( [[#variableb14709c0]][i]); count++; } catch (AbortCompilation a) { // silent abort } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b14709c0]] | methods |
1 | 2 | [[#b14709c0]] | fields |
2 | 1 | [[#b1470960]] | availableMethods |
2 | 2 | [[#b1470960]] | availableFields |
3 | 1 | [[#b14708c0]] | resolveTypesFor |
3 | 2 | [[#b14708c0]] | resolveTypeFor |