CloneSet9024


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13823
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java
23826
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java
Clone Instance
1
Line Count
3
Source Line
823
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java

                                                                           { // check generic
                                this.environment.problemReporter.nonGenericTypeCannotBeParameterized(null, resolvedType, this.arguments);
                                return this ; // cannot reach here as AbortCompilation is thrown
                                                                           }


Clone Instance
2
Line Count
3
Source Line
826
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java

                                                                         { // check arity
                                this.environment.problemReporter.incorrectArityForParameterizedType(null, resolvedType, this.arguments);
                                return this ; // cannot reach here as AbortCompilation is thrown
                                                                         }


Clone AbstractionParameter Count: 1Parameter Bindings

{ // check generic // check arity
  this.environment.problemReporter. [[#variableba04be40]](null, resolvedType, this.arguments);
  return this ; // cannot reach here as AbortCompilation is thrown
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba04be40]]
nonGenericTypeCannotBeParameterized 
12[[#ba04be40]]
incorrectArityForParameterizedType