CloneSet4498


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14478
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java
24484
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java
Clone Instance
1
Line Count
4
Source Line
478
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java

                                if (imports != null) {
                                        int importLength = imports.length;
                                        for (int i = 0; i < importLength; i++) {
                                                imports[i].traverse(visitor, this.scope);
                                        }
                                }


Clone Instance
2
Line Count
4
Source Line
484
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java

                                if (types != null) {
                                        int typesLength = types.length;
                                        for (int i = 0; i < typesLength; i++) {
                                                types[i].traverse(visitor, this.scope);
                                        }
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variablea0bed8c0]]!= null) {
  int  [[#variablea0bed7e0]]= [[#variablea0bed8c0]].length;
  for (int i = 0; i <  [[#variablea0bed7e0]]; i++) {
     [[#variablea0bed8c0]][i].traverse(visitor, this.scope);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0bed8c0]]
imports 
12[[#a0bed8c0]]
types 
21[[#a0bed7e0]]
importLength 
22[[#a0bed7e0]]
typesLength