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.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 142 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java |
2 | 3 | 107 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java |
| ||||
qualifiedType = currentType.isStatic() ? (ReferenceBinding) scope.environment().convertToRawType(qualifiedType): scope.environment().convertToParameterizedType(qualifiedType); |
| ||||
enclosingType = currentType.isStatic() ? (ReferenceBinding) scope.environment().convertToRawType(enclosingType): scope.environment().convertToParameterizedType(enclosingType); |
| |||
[[#variable56fd85e0]]= currentType.isStatic() ? (ReferenceBinding) scope.environment().convertToRawType( [[#variable56fd85e0]]): scope.environment().convertToParameterizedType( [[#variable56fd85e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56fd85e0]] | enclosingType |
1 | 2 | [[#56fd85e0]] | qualifiedType |