CloneSet1988


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.952statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17369
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/CategoryItemEntity.java
25215
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/PieSectionEntity.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
369
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/CategoryItemEntity.java

if ( !ObjectUtilities.equal(this.dataset, that.dataset)) {
  return false;
}
// check the deprecated fields
if (this.categoryIndex != that.categoryIndex) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
215
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/PieSectionEntity.java

if ( !ObjectUtilities.equal(this.dataset, that.dataset)) {
  return false;
}
if (this.pieIndex != that.pieIndex) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !ObjectUtilities.equal(this.dataset, that.dataset)) {
  return false;
}
// check the deprecated fields
if (this. [[#variable1a0d7400]]!= that. [[#variable1a0d7400]]) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0d7400]]
categoryIndex 
12[[#1a0d7400]]
pieIndex