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.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 586 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
2 | 2 | 267 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java |
| ||||
AddUnimplementedConstructorsOperation operation = new AddUnimplementedConstructorsOperation(astRoot, type, constructorsToOverride, insertPos, true, true, false); operation.setCreateComments(createComments); |
| ||||
AddUnimplementedMethodsOperation operation = new AddUnimplementedMethodsOperation(astRoot, type, methodToOverride, insertPos, true, true, false); operation.setCreateComments(createComments); |
| |||
[[#variablebcd008c0]] operation = new [[#variablebcd008c0]](astRoot, type, [[#variablebcd00860]], insertPos, true, true, false); operation.setCreateComments(createComments); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bcd008c0]] | AddUnimplementedConstructorsOperation |
1 | 2 | [[#bcd008c0]] | AddUnimplementedMethodsOperation |
2 | 1 | [[#bcd00860]] | constructorsToOverride |
2 | 2 | [[#bcd00860]] | methodToOverride |