Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1031 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java |
2 | 3 | 842 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java |
3 | 3 | 69 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java |
| ||||
if (isTypeUseDeprecated(type, scope)) scope.problemReporter().deprecatedType(type, this ); type = scope.environment().convertToRawType(type); |
| ||||
if (isTypeUseDeprecated(type, scope)) scope.problemReporter().deprecatedType(type, this ); type = scope.environment().convertToRawType(type); |
| ||||
if (isTypeUseDeprecated(memberType, scope)) scope.problemReporter().deprecatedType(memberType, this ); memberType = scope.environment().convertToRawType(memberType); |
| |||
if (isTypeUseDeprecated( [[#variable60a3b320]], scope)) scope.problemReporter().deprecatedType( [[#variable60a3b320]], this ); [[#variable60a3b320]]= scope.environment().convertToRawType( [[#variable60a3b320]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60a3b320]] | type |
1 | 2 | [[#60a3b320]] | memberType |
1 | 3 | [[#60a3b320]] | type |