CloneSet5769


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5330.964executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15483
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
25520
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
35536
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
5
Source Line
483
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                                                                                                              {
                                        problemReporter().forwardTypeVariableReference(typeParameter, varSuperType);
                                        typeVariable.tagBits |= TagBits.HierarchyHasProblems;
                                        noProblems = false;
                                        continue nextVariable;
                                                                                                                                              }


Clone Instance
2
Line Count
5
Source Line
520
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                                      {
                                                problemReporter().boundMustBeAnInterface(typeRef, superType);
                                                typeVariable.tagBits |= TagBits.HierarchyHasProblems;
                                                noProblems = false;
                                                continue nextVariable;
                                                                      }


Clone Instance
3
Line Count
5
Source Line
536
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                                                                       {
                                                        problemReporter().duplicateBounds(typeRef, superType);
                                                        typeVariable.tagBits |= TagBits.HierarchyHasProblems;
                                                        noProblems = false;
                                                        continue nextVariable;
                                                                                       }


Clone AbstractionParameter Count: 3Parameter Bindings

{
  problemReporter(). [[#variable94e0dba0]]( [[#variable94e0d140]],  [[#variable94e0dae0]]);
  typeVariable.tagBits |= TagBits.HierarchyHasProblems;
  noProblems = false;
  continue nextVariable;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#94e0dba0]]
forwardTypeVariableReference 
12[[#94e0dba0]]
boundMustBeAnInterface 
13[[#94e0dba0]]
duplicateBounds 
21[[#94e0d140]]
typeParameter 
22[[#94e0d140]]
typeRef 
23[[#94e0d140]]
typeRef 
31[[#94e0dae0]]
varSuperType 
32[[#94e0dae0]]
superType 
33[[#94e0dae0]]
superType