CloneSet1360


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.958constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14100
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java
241755
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
100
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java

/**
 * Creates an initialized instance that directly uses the given arguments.
 * @param size the size of the list.
 * @param data the underlying storage of the list.
 */
protected BasicEList(int size, Object[] data) {
  this.size = size;
  this.data = data;
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
1755
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java

/**
 * Creates an initialized instance.
 * @param size the size of the list.
 * @param data the underlying storage of the list.
 */
public UnmodifiableEList(int size, Object[] data) {
  this.size = size;
  this.data = data;
}


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1758cde0]] [[#variable1758d2e0]](int size, Object[] data) {
  this.size = size;
  this.data = data;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1758cde0]]
/**
 * Creates an initialized instance that directly uses the given arguments.
 * @param size the size of the list.
 * @param data the underlying storage of the list.
 */
protected 
12[[#1758cde0]]
/**
 * Creates an initialized instance.
 * @param size the size of the list.
 * @param data the underlying storage of the list.
 */
public 
21[[#1758d2e0]]
BasicEList 
22[[#1758d2e0]]
UnmodifiableEList