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.985 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 787 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
2 | 4 | 801 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
| ||||
for (int i = 0, length = parameters.length; i < length; i++) { if (i > 0) s += ", "; //$NON-NLS-1$ s += (parameters[i] != null) ? parameters[i].debugName(): "NULL TYPE"; //$NON-NLS-1$ } |
| ||||
for (int i = 0, length = thrownExceptions.length; i < length; i++) { if (i > 0) s += ", "; //$NON-NLS-1$ s += (thrownExceptions[i] != null) ? thrownExceptions[i].debugName(): "NULL TYPE"; //$NON-NLS-1$ } |
| |||
for (int i = 0, length = [[#variable58fb1ae0]].length; i < length; i++) { if (i > 0) s += ", "; //$NON-NLS-1$ s += ( [[#variable58fb1ae0]][i] != null) ? [[#variable58fb1ae0]][i].debugName(): "NULL TYPE"; //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58fb1ae0]] | thrownExceptions |
1 | 2 | [[#58fb1ae0]] | parameters |