Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 288 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryLineAnnotation.java |
2 | 2 | 188 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryTextAnnotation.java |
| |||||
CategoryDataset dataset = plot.getDataset(); int catIndex1 = dataset.getColumnIndex(this.category1); |
| |||||
CategoryDataset dataset = plot.getDataset(); int catIndex = dataset.getColumnIndex(this.category); |
| |||
CategoryDataset dataset = plot.getDataset(); int [[#variable1a0c5960]]= dataset.getColumnIndex(this. [[#variable1a0c5f40]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0c5960]] | catIndex1 |
1 | 2 | [[#1a0c5960]] | catIndex |
2 | 1 | [[#1a0c5f40]] | category1 |
2 | 2 | [[#1a0c5f40]] | category |