Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 36 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/JavaImplementorFinder.java |
2 | 3 | 56 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/JavaImplementorFinder.java |
| ||||
HashSet result = new HashSet(Arrays.asList(implementingTypes)); return result; |
| ||||
HashSet result = new HashSet(Arrays.asList(interfaces)); return result; |
| |||
HashSet result = new HashSet(Arrays.asList( [[#variableb57cabe0]])); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b57cabe0]] | implementingTypes |
1 | 2 | [[#b57cabe0]] | interfaces |