Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 859 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
2 | 5 | 873 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
| ||||
{ if (fTreeAdapter != null) { return fTreeAdapter.getChildren(TreeListDialogField.this, element); } return NO_ELEMENTS; } |
| ||||
{ if (fTreeAdapter != null) { return fTreeAdapter.hasChildren(TreeListDialogField.this, element); } return false; } |
| |||
{ if (fTreeAdapter != null) { return fTreeAdapter. [[#variable95050400]](TreeListDialogField.this, element); } return [[#variable950503a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95050400]] | hasChildren |
1 | 2 | [[#95050400]] | getChildren |
2 | 1 | [[#950503a0]] | false |
2 | 2 | [[#950503a0]] | NO_ELEMENTS |