Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 200 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java |
2 | 2 | 70 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/LRUWorkingSetsList.java |
| ||||
Set set = new HashSet(Arrays.asList(elements)); Iterator iter = set.iterator(); |
| ||||
Set workingSetList = new HashSet(Arrays.asList(workingSets)); Iterator iter = list.iterator(); |
| |||
Set [[#variable503cc5c0]]= new HashSet(Arrays.asList( [[#variable503cce00]])); Iterator iter = [[#variable503ccee0]].iterator(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#503cc5c0]] | set |
1 | 2 | [[#503cc5c0]] | workingSetList |
2 | 1 | [[#503cce00]] | elements |
2 | 2 | [[#503cce00]] | workingSets |
3 | 1 | [[#503ccee0]] | set |
3 | 2 | [[#503ccee0]] | list |