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.989 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 850 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java |
2 | 5 | 594 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
| ||||
int[] indc = fTable.getTable().getSelectionIndices(); int k = fElements.size() - 1; for (int i = indc.length - 1; i >= 0; i-- ,k--) { if (indc[i] != k) { return true; } } |
| ||||
int[] indc = fTableViewer.getTable().getSelectionIndices(); int k = fAllWorkingSets.size() - 1; for (int i = indc.length - 1; i >= 0; i-- ,k--) { if (indc[i] != k) { return true; } } |
| |||
int[] indc = [[#variable9d483940]].getTable().getSelectionIndices(); int k = [[#variable9e7cc2e0]].size() - 1; for (int i = indc.length - 1; i >= 0; i-- , k--) { if (indc[i] != k) { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d483940]] | fTable |
1 | 2 | [[#9d483940]] | fTableViewer |
2 | 1 | [[#9e7cc2e0]] | fElements |
2 | 2 | [[#9e7cc2e0]] | fAllWorkingSets |