Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 101 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/action/CommandActionHandler.java |
2 | 2 | 135 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/action/StaticSelectionCommandAction.java |
| |||||
List<? > list = selection.toList(); Collection<Object> collection = new ArrayList<Object>(list); |
| |||||
List<? > list = sselection.toList(); Collection<Object> collection = new ArrayList<Object>(list); |
| |||
List<? > list = [[#variable1750ab40]].toList(); Collection<Object> collection = new ArrayList<Object>(list); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1750ab40]] | selection |
1 | 2 | [[#1750ab40]] | sselection |