Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 915 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java |
2 | 10 | 895 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
| ||||
protected void doListSelected(SelectionChangedEvent event) { updateButtonState(); if (fListAdapter != null) { fListAdapter.selectionChanged(this ); } } protected void doDoubleClick(DoubleClickEvent event) { if (fListAdapter != null) { fListAdapter.doubleClicked(this ); } } |
| ||||
protected void doListSelected(SelectionChangedEvent event) { updateButtonState(); if (fTreeAdapter != null) { fTreeAdapter.selectionChanged(this ); } } protected void doDoubleClick(DoubleClickEvent event) { if (fTreeAdapter != null) { fTreeAdapter.doubleClicked(this ); } } |
| |||
protected void doListSelected(SelectionChangedEvent event) { updateButtonState(); if ( [[#variable4c57b280]]!= null) { [[#variable4c57b280]].selectionChanged(this ); } } protected void doDoubleClick(DoubleClickEvent event) { if ( [[#variable4c57b280]]!= null) { [[#variable4c57b280]].doubleClicked(this ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c57b280]] | fListAdapter |
1 | 2 | [[#4c57b280]] | fTreeAdapter |