Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.963 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 43 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java |
2 | 1 | 45 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java |
| ||||
private static final JUnit4TestFinder.Annotation RUN_WITH = new JUnit4TestFinder.Annotation(new String[] { "RunWith", "org.junit.runner.RunWith" } ); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
private static final JUnit4TestFinder.Annotation TEST = new JUnit4TestFinder.Annotation(new String[] { "Test", "org.junit.Test" } ); //$NON-NLS-1$ //$NON-NLS-2$ |
| |||
private static final JUnit4TestFinder.Annotation [[#variablebb867a80]]= new JUnit4TestFinder.Annotation(new String[] { [[#variablebb867a20]], [[#variablebb8679c0]] } ); //$NON-NLS-1$ //$NON-NLS-2$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb867a80]] | RUN_WITH |
1 | 2 | [[#bb867a80]] | TEST |
2 | 1 | [[#bb867a20]] | "RunWith" |
2 | 2 | [[#bb867a20]] | "Test" |
3 | 1 | [[#bb8679c0]] | "org.junit.runner.RunWith" |
3 | 2 | [[#bb8679c0]] | "org.junit.Test" |