CloneSet1541


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

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


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

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


Clone Instance
3
Line Count
4
Source Line
463
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

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


Clone Instance
4
Line Count
4
Source Line
470
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

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


Clone AbstractionParameter Count: 2Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1063740]]
arguments 
12[[#b1063740]]
thrownExceptions 
13[[#b1063740]]
annotations 
14[[#b1063740]]
statements 
21[[#b10636e0]]
argumentLength 
22[[#b10636e0]]
thrownExceptionsLength 
23[[#b10636e0]]
annotationsLength 
24[[#b10636e0]]
statementsLength