CloneSet5803


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.960statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13772
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java
23777
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java
Clone Instance
1
Line Count
3
Source Line
772
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ClassScope.java

                if (superinterfaces != null)
                        for (int i = 0, length = superinterfaces.length; i < length; i++)
                                superinterfaces[i].checkBounds(this );


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

                if (typeParameters != null)
                        for (int i = 0, paramLength = typeParameters.length; i < paramLength; i++)
                                typeParameters[i].checkBounds(this );


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable8f68c9e0]]!= null)
  for (int i = 0, [[#variable8f68cb40]]= [[#variable8f68c9e0]].length; i <  [[#variable8f68cb40]]; i++)
     [[#variable8f68c9e0]][i].checkBounds(this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#8f68c9e0]]
typeParameters 
12[[#8f68c9e0]]
superinterfaces 
21[[#8f68cb40]]
paramLength 
22[[#8f68cb40]]
length