CloneSet4497


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13336
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java
23375
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java
Clone Instance
1
Line Count
3
Source Line
336
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java

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


Clone Instance
2
Line Count
3
Source Line
375
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b2075c60]]
argumentLength 
12[[#b2075c60]]
argumentsLength