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.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 169 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardPieURLGenerator.java |
2 | 5 | 216 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/TimeSeriesURLGenerator.java |
| |||||
if ( !this.prefix.equals(that.prefix)) { return false; } if ( !this.categoryParameterName.equals(that.categoryParameterName)) { return false; } |
| |||||
if ( !this.prefix.equals(that.prefix)) { return false; } if ( !this.seriesParameterName.equals(that.seriesParameterName)) { return false; } |
| |||
if ( !this.prefix.equals(that.prefix)) { return false; } if ( !this. [[#variable1a0a8740]].equals(that. [[#variable1a0a8740]])) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0a8740]] | categoryParameterName |
1 | 2 | [[#1a0a8740]] | seriesParameterName |