Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 596 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java |
2 | 1 | 375 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java |
| ||||
AddDelegateMethodsOperation operation = new AddDelegateMethodsOperation(type, dialog.getElementPosition(), provider.getCompilationUnit(), variableKeys, methodKeys, settings, true, false); |
| ||||
AddCustomConstructorOperation operation = new AddCustomConstructorOperation(type, dialog.getElementPosition(), provider.getCompilationUnit(), variables, constructor, settings, true, false); |
| |||
[[#variablea3fc1700]] operation = new [[#variablea3fc1700]](type, dialog.getElementPosition(), provider.getCompilationUnit(), [[#variablea3fc1640]], [[#variablea3fc15a0]], settings, true, false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3fc1700]] | AddCustomConstructorOperation |
1 | 2 | [[#a3fc1700]] | AddDelegateMethodsOperation |
2 | 1 | [[#a3fc1640]] | variables |
2 | 2 | [[#a3fc1640]] | variableKeys |
3 | 1 | [[#a3fc15a0]] | constructor |
3 | 2 | [[#a3fc15a0]] | methodKeys |