Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 90 | plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestReference.java |
2 | 1 | 95 | plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestReference.java |
| ||||
return JUnitMessages.getFormattedString( "RemoteTestRunner.testName", new String[] { method.getName(), method.getDeclaringClass().getName() } ); //$NON-NLS-1$ |
| ||||
return JUnitMessages.getFormattedString("RemoteTestRunner.testName", new String[] { testCase.getName(), fTest.getClass().getName() } ); //$NON-NLS-1$ |
| |||
return JUnitMessages.getFormattedString("RemoteTestRunner.testName", new String[] { [[#variable58fc3bc0]].getName(), [[#variable58fc3b40]]. [[#variable58fc3ac0]]().getName() } ); //$NON-NLS-1$ //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58fc3bc0]] | method |
1 | 2 | [[#58fc3bc0]] | testCase |
2 | 1 | [[#58fc3b40]] | method |
2 | 2 | [[#58fc3b40]] | fTest |
3 | 1 | [[#58fc3ac0]] | getDeclaringClass |
3 | 2 | [[#58fc3ac0]] | getClass |