Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.981 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 558 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
2 | 2 | 562 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
| ||||
if (project.findType(JUnitPlugin.JUNIT4_ANNOTATION_NAME) == null) { message = Messages.format(WizardMessages.NewTestCaseWizardPageOne_linkedtext_junit4_notonbuildpath, project.getElementName()); } |
| ||||
if (project.findType(JUnitPlugin.TEST_SUPERCLASS_NAME) == null) { message = Messages.format(WizardMessages.NewTestCaseWizardPageOne_linkedtext_junit3_notonbuildpath, project.getElementName()); } |
| |||
if (project.findType(JUnitPlugin. [[#variable560c03c0]]) == null) { message = Messages.format(WizardMessages. [[#variable560c0400]], project.getElementName()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#560c03c0]] | TEST_SUPERCLASS_NAME |
1 | 2 | [[#560c03c0]] | JUNIT4_ANNOTATION_NAME |
2 | 1 | [[#560c0400]] | NewTestCaseWizardPageOne_linkedtext_junit3_notonbuildpath |
2 | 2 | [[#560c0400]] | NewTestCaseWizardPageOne_linkedtext_junit4_notonbuildpath |