CloneSet2932


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1546
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/BranchLabel.java
2563
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/BranchLabel.java
Clone Instance
1
Line Count
5
Source Line
46
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/BranchLabel.java

                                         {
                        int length;
                        if (count >= (length = this.forwardReferences.length))
                                System.arraycopy(this.forwardReferences, 0, (this.forwardReferences = new int[2 * length]), 0, length);
                        this.forwardReferences[this.forwardReferenceCount++ ] = pos;
                                         }


Clone Instance
2
Line Count
5
Source Line
63
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/BranchLabel.java

               {
                int length;
                if (count >= (length = this.forwardReferences.length))
                        System.arraycopy(this.forwardReferences, 0, (this.forwardReferences = new int[2 * length]), 0, length);
                this.forwardReferences[this.forwardReferenceCount++ ] = pos;
               }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  int length;
  if (count >= (length = this.forwardReferences.length))
    System.arraycopy(this.forwardReferences, 0, (this.forwardReferences = new int[2 * length]), 0, length);
  this.forwardReferences[this.forwardReferenceCount++ ] = pos;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None