CloneSet1560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15249
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java
25262
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java
35277
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
249
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java

if (this.transpose) {
  setValue(value, columnKey, rowKey);
}
else {
  setValue(value, rowKey, columnKey);
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
262
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java

if (this.transpose) {
  setValue(value, columnKey, rowKey);
}
else {
  setValue(value, rowKey, columnKey);
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
277
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java

if (this.transpose) {
  setValue(value, columnKey, rowKey);
}
else {
  setValue(value, rowKey, columnKey);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.transpose) {
  setValue(value, columnKey, rowKey);
}
else {
  setValue(value, rowKey, columnKey);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None