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.966 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 123 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/AccessibleImpl.java |
2 | 6 | 721 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
| ||||
{ int value = field.getInt(null); for (int j = 0; j < 32; j++) { if ((1 << j& value) != 0) { fgModifiers[j] = name; break; } } } |
| ||||
{ //$NON-NLS-1$ int value = field.getInt(null); for (int j = 0; j < fgInvokeOptions.length; j++) { if ((1 << j& value) != 0) { fgInvokeOptions[j] = name; break; } } } |
| |||
{ //$NON-NLS-1$ int value = field.getInt(null); for (int j = 0; j < [[#variable9d1755c0]]; j++) { if ((1 << j&value) != 0) { [[#variable9d175560]][j] = name; break; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d1755c0]] | 32 |
1 | 2 | [[#9d1755c0]] | fgInvokeOptions.length |
2 | 1 | [[#9d175560]] | fgModifiers |
2 | 2 | [[#9d175560]] | fgInvokeOptions |