Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 42 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java |
2 | 1 | 85 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java |
| ||||
IMethod method = type.getMethod("suite", new String[0]); //$NON-NLS-1$ |
| ||||
IMethod method = type.getMethod(fMethodName, new String[0]); |
| |||
IMethod method = type.getMethod( [[#variablec3394160]], new String[0]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c3394160]] | "suite" |
1 | 2 | [[#c3394160]] | fMethodName |