Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 128 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSet.java |
2 | 4 | 163 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSet.java |
| ||||
if (isSingleton()) return possiblyArraySubTypeSetFor(anyMember()); return getTypeSetEnvironment().createSubTypesSet(this ); |
| ||||
if (isSingleton()) return possiblyArraySuperTypeSetFor(anyMember()); return getTypeSetEnvironment().createSuperTypesSet(this ); |
| |||
if (isSingleton()) return [[#variable9e787ea0]](anyMember()); return getTypeSetEnvironment(). [[#variable9e787e20]](this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e787ea0]] | possiblyArraySuperTypeSetFor |
1 | 2 | [[#9e787ea0]] | possiblyArraySubTypeSetFor |
2 | 1 | [[#9e787e20]] | createSuperTypesSet |
2 | 2 | [[#9e787e20]] | createSubTypesSet |