CloneSet8329


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.977statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131062
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java
231067
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java
Clone Instance
1
Line Count
3
Source Line
1062
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java

                                        if (project.findType(JUnitPlugin.JUNIT4_ANNOTATION_NAME) == null) {
                                                status.setWarning(WizardMessages.NewTestCaseWizardPageOne__error_junit4NotOnbuildpath);
                                                return status;
                                        }


Clone Instance
2
Line Count
3
Source Line
1067
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java

                                        if (project.findType(JUnitPlugin.TEST_SUPERCLASS_NAME) == null) {
                                                status.setWarning(WizardMessages.NewTestCaseWizardPageOne_error_junitNotOnbuildpath);
                                                return status;
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (project.findType(JUnitPlugin. [[#variable72f5ae60]]) == null) {
  status.setWarning(WizardMessages. [[#variable72f5adc0]]);
  return status;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#72f5ae60]]
TEST_SUPERCLASS_NAME 
12[[#72f5ae60]]
JUNIT4_ANNOTATION_NAME 
21[[#72f5adc0]]
NewTestCaseWizardPageOne_error_junitNotOnbuildpath 
22[[#72f5adc0]]
NewTestCaseWizardPageOne__error_junit4NotOnbuildpath