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.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 202 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java |
2 | 3 | 85 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedTypeReference.java |
| ||||
if (isClassScope) if (((ClassScope) scope).detectHierarchyCycle(currentType, this, null)) return null; |
| ||||
if (isClassScope) if (((ClassScope) scope).detectHierarchyCycle(this.resolvedType, this, null)) // must connect hierarchy to find inherited member types return null; |
| |||
if (isClassScope) if (((ClassScope) scope).detectHierarchyCycle( [[#variable571c9a40]], this, null)) // must connect hierarchy to find inherited member types return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#571c9a40]] | this.resolvedType |
1 | 2 | [[#571c9a40]] | currentType |