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.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 310 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java |
2 | 2 | 157 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java |
| ||||
fNameConventionList = new ListDialogField(adapter, buttons, new NameConventionLabelProvider()); fNameConventionList.setDialogFieldListener(adapter); |
| ||||
fTodoTasksList = new ListDialogField(adapter, buttons, new TodoTaskLabelProvider()); fTodoTasksList.setDialogFieldListener(adapter); |
| |||
[[#variableb77e6560]]= new ListDialogField(adapter, buttons, new [[#variableb77e6540]]()); [[#variableb77e6560]].setDialogFieldListener(adapter); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b77e6560]] | fNameConventionList |
1 | 2 | [[#b77e6560]] | fTodoTasksList |
2 | 1 | [[#b77e6540]] | NameConventionLabelProvider |
2 | 2 | [[#b77e6540]] | TodoTaskLabelProvider |