CloneSet2082


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.950statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13150
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java
23117
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
150
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java

// the row may not have an entry for this key, in which case the 
// return value is null
int index = rowData.getIndex(columnKey);
if (index >= 0) {
  result = rowData.getValue(index);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
117
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java

int index = rowData.getIndex(columnKey);
if (index >= 0) {
  result = rowData.getObject(columnKey);
}


Clone AbstractionParameter Count: 2Parameter Bindings

// the row may not have an entry for this key, in which case the 
// return value is null
int index = rowData.getIndex(columnKey);
if (index >= 0) {
  result = rowData. [[#variable1a0f4860]]( [[#variable1a0f4800]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0f4860]]
getValue 
12[[#1a0f4860]]
getObject 
21[[#1a0f4800]]
index 
22[[#1a0f4800]]
columnKey