CloneSet3557


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1453
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BreakStatement.java
2458
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java
Clone Instance
1
Line Count
4
Source Line
53
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BreakStatement.java

                        if (subCount == this.subroutines.length) {
                                System.arraycopy(this.subroutines, 0, (this.subroutines = new SubRoutineStatement[subCount * 2]), 0, subCount); // grow
                        }
                        this.subroutines[subCount++ ] = sub;


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

                        if (subCount == this.subroutines.length) {
                                System.arraycopy(this.subroutines, 0, (this.subroutines = new SubRoutineStatement[subCount * 2]), 0, subCount); // grow
                        }
                        this.subroutines[subCount++ ] = sub;


Clone AbstractionParameter Count: 0Parameter Bindings

if (subCount == this.subroutines.length) {
  System.arraycopy(this.subroutines, 0, (this.subroutines = new SubRoutineStatement[subCount * 2]), 0, subCount); // grow
}
this.subroutines[subCount++ ] = sub;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None