Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 295 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
2 | 3 | 311 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
| ||||
arrayTypes.put(elementType, result); result.initialize(binding, elementType); return result; |
| ||||
arrayTypes.put(elementType, result); result.initialize(elementType, dimensions); return result; |
| |||
arrayTypes.put(elementType, result); result.initialize( [[#variablebdad6bc0]], [[#variablebdad7940]]); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bdad6bc0]] | elementType |
1 | 2 | [[#bdad6bc0]] | binding |
2 | 1 | [[#bdad7940]] | dimensions |
2 | 2 | [[#bdad7940]] | elementType |