CloneSet8865


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.963class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1143
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java
2145
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java
Clone Instance
1
Line Count
1
Source Line
43
Source File
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$


Clone Instance
2
Line Count
1
Source Line
45
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java

                private static final JUnit4TestFinder.Annotation TEST = new JUnit4TestFinder.Annotation(new String[] {
                                                                                                                       "Test", "org.junit.Test"
                                                                                                                     } );                          //$NON-NLS-1$ //$NON-NLS-2$


Clone AbstractionParameter Count: 3Parameter Bindings

private static final JUnit4TestFinder.Annotation  [[#variablebb867a80]]= new JUnit4TestFinder.Annotation(new String[] {
                                                                                                                         [[#variablebb867a20]],
                                                                                                                         [[#variablebb8679c0]]
                                                                                                                      } ); //$NON-NLS-1$ //$NON-NLS-2$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb867a80]]
RUN_WITH 
12[[#bb867a80]]
TEST 
21[[#bb867a20]]
"RunWith" 
22[[#bb867a20]]
"Test" 
31[[#bb8679c0]]
"org.junit.runner.RunWith" 
32[[#bb8679c0]]
"org.junit.Test"