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.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 196 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java |
2 | 4 | 163 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java |
| ||||
ParameterizedTypeBinding parameterizedType = scope.environment().createParameterizedType((ReferenceBinding) currentType.erasure(), argTypes, qualifiedType); // check argument type compatibility if (checkBounds) // otherwise will do it in Scope.connectTypeVariables() or generic method resolution parameterizedType.boundCheck(scope, args); |
| ||||
ParameterizedTypeBinding parameterizedType = scope.environment().createParameterizedType((ReferenceBinding) currentType.erasure(), argTypes, enclosingType); // check argument type compatibility if (checkBounds) // otherwise will do it in Scope.connectTypeVariables() or generic method resolution parameterizedType.boundCheck(scope, this.typeArguments); |
| |||
ParameterizedTypeBinding parameterizedType = scope.environment().createParameterizedType((ReferenceBinding) currentType.erasure(), argTypes, [[#variableb6f77940]]); // check argument type compatibility if (checkBounds) // otherwise will do it in Scope.connectTypeVariables() or generic method resolution parameterizedType.boundCheck(scope, [[#variableb6f77840]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b6f77940]] | enclosingType |
1 | 2 | [[#b6f77940]] | qualifiedType |
2 | 1 | [[#b6f77840]] | this.typeArguments |
2 | 2 | [[#b6f77840]] | args |