Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.980 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 188 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaConnectTab.java |
2 | 3 | 207 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaConnectTab.java |
| ||||
{ store.setDefault(arg.name(), ((Connector.IntegerArgument) arg).intValue()); field = new IntegerFieldEditor(arg.name(), getLabel(arg.label()), fArgumentComposite); } |
| ||||
{ store.setDefault(arg.name(), ((Connector.BooleanArgument) arg).booleanValue()); field = new BooleanFieldEditor(arg.name(), getLabel(arg.label()), fArgumentComposite); } |
| |||
{ store.setDefault(arg.name(), ((Connector. [[#variable7c398ea0]]) arg). [[#variable7c398e00]]()); field = new [[#variable7c398ec0]](arg.name(), getLabel(arg.label()), fArgumentComposite); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c398ea0]] | IntegerArgument |
1 | 2 | [[#7c398ea0]] | BooleanArgument |
2 | 1 | [[#7c398e00]] | intValue |
2 | 2 | [[#7c398e00]] | booleanValue |
3 | 1 | [[#7c398ec0]] | IntegerFieldEditor |
3 | 2 | [[#7c398ec0]] | BooleanFieldEditor |