Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2468 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
2 | 2 | 2474 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
AddUnimplementedMethodsOperation operation = new AddUnimplementedMethodsOperation(unit, binding, null, -1, false, true, false); operation.setCreateComments(isAddComments()); |
| ||||
AddUnimplementedConstructorsOperation operation = new AddUnimplementedConstructorsOperation(unit, binding, null, -1, false, true, false); operation.setOmitSuper(true); |
| |||
[[#variable583159e0]] operation = new [[#variable583159e0]](unit, binding, null, -1, false, true, false); operation. [[#variable583159c0]]( [[#variable58315a60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#583159e0]] | AddUnimplementedConstructorsOperation |
1 | 2 | [[#583159e0]] | AddUnimplementedMethodsOperation |
2 | 1 | [[#583159c0]] | setOmitSuper |
2 | 2 | [[#583159c0]] | setCreateComments |
3 | 1 | [[#58315a60]] | true |
3 | 2 | [[#58315a60]] | isAddComments() |