| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 19 | 2 | 6 | 0.964 | class_body_declarations[13] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 19 | 92 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java |
| 2 | 18 | 57 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
| ||||
protected ILabelProvider fLabelProvider;
protected ListViewerAdapter fListViewerAdapter;
protected List fElements;
protected ViewerSorter fViewerSorter;
protected String[] fButtonLabels;
private Button[] fButtonControls;
private boolean[] fButtonsEnabled;
private int fRemoveButtonIndex;
private int fUpButtonIndex;
private int fDownButtonIndex;
private Label fLastSeparator;
private Composite fButtonsControl;
private ISelection fSelectionWhenEnabled;
|
| ||||
protected ILabelProvider fLabelProvider;
protected TreeViewerAdapter fTreeViewerAdapter;
protected List fElements;
protected ViewerSorter fViewerSorter;
protected String[] fButtonLabels;
private Button[] fButtonControls;
private boolean[] fButtonsEnabled;
private int fRemoveButtonIndex;
private int fUpButtonIndex;
private int fDownButtonIndex;
private Label fLastSeparator;
private Tree fTreeControl;
private Composite fButtonsControl;
|
| |||
protected ILabelProvider fLabelProvider; protected [[#variablea4b22c80]] [[#variablea4b22ba0]]; protected List fElements; protected ViewerSorter fViewerSorter; protected String[] fButtonLabels; private Button[] fButtonControls; private boolean[] fButtonsEnabled; private int fRemoveButtonIndex; private int fUpButtonIndex; private int fDownButtonIndex; private Label fLastSeparator; private [[#variablea4b22aa0]] [[#variableb41f7660]]; private [[#variablea4b229a0]] [[#variablea4b22960]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a4b22c80]] | ListViewerAdapter |
| 1 | 2 | [[#a4b22c80]] | TreeViewerAdapter |
| 2 | 1 | [[#a4b22ba0]] | fListViewerAdapter |
| 2 | 2 | [[#a4b22ba0]] | fTreeViewerAdapter |
| 3 | 1 | [[#a4b22aa0]] | Composite |
| 3 | 2 | [[#a4b22aa0]] | Tree |
| 4 | 1 | [[#b41f7660]] | fButtonsControl |
| 4 | 2 | [[#b41f7660]] | fTreeControl |
| 5 | 1 | [[#a4b229a0]] | ISelection |
| 5 | 2 | [[#a4b229a0]] | Composite |
| 6 | 1 | [[#a4b22960]] | fSelectionWhenEnabled |
| 6 | 2 | [[#a4b22960]] | fButtonsControl |