Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 3 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 532 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java |
2 | 12 | 697 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java |
| |||||
{ boolean result = this.baseSeriesVisible; if (this.seriesVisible != null) { result = this.seriesVisible.booleanValue(); } else { Boolean b = this.seriesVisibleList.getBoolean(series); if (b != null) { result = b.booleanValue(); } } return result; } |
| |||||
{ boolean result = this.baseSeriesVisibleInLegend; if (this.seriesVisibleInLegend != null) { result = this.seriesVisibleInLegend.booleanValue(); } else { Boolean b = this.seriesVisibleInLegendList.getBoolean(series); if (b != null) { result = b.booleanValue(); } } return result; } |
| |||
{ boolean result = this. [[#variable18dcba20]]; if (this. [[#variable18dcb980]]!= null) { result = this. [[#variable18dcb980]].booleanValue(); } else { Boolean b = this. [[#variable18dcb960]].getBoolean(series); if (b != null) { result = b.booleanValue(); } } return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18dcba20]] | baseSeriesVisible |
1 | 2 | [[#18dcba20]] | baseSeriesVisibleInLegend |
2 | 1 | [[#18dcb980]] | seriesVisible |
2 | 2 | [[#18dcb980]] | seriesVisibleInLegend |
3 | 1 | [[#18dcb960]] | seriesVisibleList |
3 | 2 | [[#18dcb960]] | seriesVisibleInLegendList |