Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.981 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 202 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java |
2 | 3 | 165 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
| ||||
// ------ adapter communication private void buttonPressed(int index) { if ( !managedButtonPressed(index) && fListAdapter != null) { fListAdapter.customButtonPressed(this, index); } } |
| ||||
// ------ adapter communication private void buttonPressed(int index) { if ( !managedButtonPressed(index) && fTreeAdapter != null) { fTreeAdapter.customButtonPressed(this, index); } } |
| |||
// ------ adapter communication private void buttonPressed(int index) { if ( !managedButtonPressed(index) && [[#variable55407780]]!= null) { [[#variable55407780]].customButtonPressed(this, index); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55407780]] | fTreeAdapter |
1 | 2 | [[#55407780]] | fListAdapter |