CloneSet4496


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
15107
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/ObjectVector.java
2568
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleNameVector.java
Clone Instance
1
Line Count
5
Source Line
107
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/ObjectVector.java

                                                              {
                                // shift the remaining elements down one spot
                                System.arraycopy(this.elements, i + 1, this.elements, i, --this.size - i);
                                this.elements[this.size] = null;
                                return element;
                                                              }


Clone Instance
2
Line Count
5
Source Line
68
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleNameVector.java

                                                         {
                                // shift the remaining elements down one spot
                                System.arraycopy(this.elements, i + 1, this.elements, i, --this.size - i);
                                this.elements[this.size] = null;
                                return element;
                                                         }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  // shift the remaining elements down one spot
  System.arraycopy(this.elements, i + 1, this.elements, i, --this.size - i);
  this.elements[this.size] = null;
  return element;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None