Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 91 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsContentProvider.java |
2 | 5 | 789 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java |
| ||||
{ if ( !selected.contains(fFields.get(index))) { return true; } nSelected--; } |
| ||||
{ if ( !selectedElements.contains(fElements.get(i))) { return true; } nSelected--; } |
| |||
{ if ( ! [[#variableb9e7fe60]].contains( [[#variableb9e7fdc0]].get( [[#variableb9e7fe20]]))) { return true; } nSelected--; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9e7fe60]] | selectedElements |
1 | 2 | [[#b9e7fe60]] | selected |
2 | 1 | [[#b9e7fdc0]] | fElements |
2 | 2 | [[#b9e7fdc0]] | fFields |
3 | 1 | [[#b9e7fe20]] | i |
3 | 2 | [[#b9e7fe20]] | index |