| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.983 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 759 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
| 2 | 4 | 813 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java |
| ||||
{
settings.callSuper = true;
settings.methodOverwrites = true;
content = JUnitStubUtility.genStub(type.getCompilationUnit(), getTypeName(), methodTemplate, settings, null, imports);
}
|
| ||||
{
settings.callSuper = true;
settings.methodOverwrites = true;
content = JUnitStubUtility.genStub(type.getCompilationUnit(), getTypeName(), methodTemplate, settings, annotation, imports);
}
|
| |||
{
settings.callSuper = true;
settings.methodOverwrites = true;
content = JUnitStubUtility.genStub(type.getCompilationUnit(), getTypeName(), methodTemplate, settings, [[#variable58b152c0]], imports);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58b152c0]] | null |
| 1 | 2 | [[#58b152c0]] | annotation |