CloneSet4091


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

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a19300e0]]
this.scope 
12[[#a19300e0]]
scope