Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 651 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java |
2 | 6 | 576 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
| ||||
// filter duplicated ArrayList elementsToAdd = new ArrayList(nElements); for (int i = 0; i < nElements; i++) { Object elem = elements.get(i); if ( !fElements.contains(elem)) { elementsToAdd.add(elem); } } |
| ||||
// filter duplicated ArrayList elementsToAdd = new ArrayList(nElements); for (int i = 0; i < nElements; i++) { Object elem = elements.get(i); if ( !fElements.contains(elem)) { elementsToAdd.add(elem); } } |
| |||
// filter duplicated ArrayList elementsToAdd = new ArrayList(nElements); for (int i = 0; i < nElements; i++) { Object elem = elements.get(i); if ( !fElements.contains(elem)) { elementsToAdd.add(elem); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |