Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 175 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/CategoryToPieDataset.java |
2 | 5 | 265 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/CategoryToPieDataset.java |
| |||||
if (this.extract == TableOrder.BY_ROW) { result = this.source.getValue(this.index, item); } else if (this.extract == TableOrder.BY_COLUMN) { result = this.source.getValue(item, this.index); } |
| |||||
if (this.extract == TableOrder.BY_ROW) { result = this.source.getValue(this.index, keyIndex); } else if (this.extract == TableOrder.BY_COLUMN) { result = this.source.getValue(keyIndex, this.index); } |
| |||
if (this.extract == TableOrder.BY_ROW) { result = this.source.getValue(this.index, [[#variable18e71b60]]); } else if (this.extract == TableOrder.BY_COLUMN) { result = this.source.getValue( [[#variable18e71b60]], this.index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e71b60]] | item |
1 | 2 | [[#18e71b60]] | keyIndex |