Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1336 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java |
2 | 10 | 1353 | 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."); } } |
| |||||
{ if (this.baseItemLabelGenerator instanceof PublicCloneable) { PublicCloneable pc = (PublicCloneable) this.baseItemLabelGenerator; clone.baseItemLabelGenerator = (CategoryItemLabelGenerator) pc.clone(); } else { throw new CloneNotSupportedException("ItemLabelGenerator not cloneable."); } } |
| |||
{ if (this. [[#variable18ee7280]]instanceof PublicCloneable) { PublicCloneable pc = (PublicCloneable) this. [[#variable18ee7280]]; clone. [[#variable18ee7280]]= (CategoryItemLabelGenerator) pc.clone(); } else { throw new CloneNotSupportedException("ItemLabelGenerator not cloneable."); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ee7280]] | itemLabelGenerator |
1 | 2 | [[#18ee7280]] | baseItemLabelGenerator |