CloneSet2848


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19220
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java
210169
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java
Clone Instance
1
Line Count
9
Source Line
220
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java

                if (isTypeUseDeprecated(this.resolvedType, scope))
                        reportDeprecatedType(scope);
                // array type ?
                if (this.dimensions > 0) {
                        if (dimensions > 255)
                                scope.problemReporter().tooManyDimensions(this );
                        this.resolvedType = scope.createArrayType(this.resolvedType, dimensions);
                }
                return this.resolvedType;


Clone Instance
2
Line Count
10
Source Line
169
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java

                if (isTypeUseDeprecated(this.resolvedType, scope))
                        reportDeprecatedType(scope);

                // array type ?
                if (this.dimensions > 0) {
                        if (dimensions > 255)
                                scope.problemReporter().tooManyDimensions(this );
                        this.resolvedType = scope.createArrayType(this.resolvedType, dimensions);
                }
                return this.resolvedType;


Clone AbstractionParameter Count: 0Parameter Bindings

if (isTypeUseDeprecated(this.resolvedType, scope))
  reportDeprecatedType(scope);
// array type ?
if (this.dimensions > 0) {
  if (dimensions > 255)
    scope.problemReporter().tooManyDimensions(this );
  this.resolvedType = scope.createArrayType(this.resolvedType, dimensions);
}
return this.resolvedType;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None