CloneSet1234


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.957block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
191336
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java
2101353
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
1336
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java

{
  if (this.itemLabelGenerator instanceof PublicCloneable) {
    PublicCloneable pc = (PublicCloneable) this.itemLabelGenerator;
    clone.itemLabelGenerator = (CategoryItemLabelGenerator) pc.clone();
  }
  else {
    throw new CloneNotSupportedException("ItemLabelGenerator not cloneable.");
  }
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
1353
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java

{
  if (this.baseItemLabelGenerator instanceof PublicCloneable) {
    PublicCloneable pc = (PublicCloneable) this.baseItemLabelGenerator;
    clone.baseItemLabelGenerator = (CategoryItemLabelGenerator) pc.clone();
  }
  else {
    throw new CloneNotSupportedException("ItemLabelGenerator not cloneable.");
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (this. [[#variable18ee7280]]instanceof PublicCloneable) {
    PublicCloneable pc = (PublicCloneable) this. [[#variable18ee7280]];
    clone. [[#variable18ee7280]]= (CategoryItemLabelGenerator) pc.clone();
  }
  else {
    throw new CloneNotSupportedException("ItemLabelGenerator not cloneable.");
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ee7280]]
itemLabelGenerator 
12[[#18ee7280]]
baseItemLabelGenerator