Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 870 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java |
2 | 4 | 1010 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java |
| |||||
int result = super.hashCode(); result = 29 * result + (this.text != null ? this.text.hashCode(): 0); result = 29 * result + (this.font != null ? this.font.hashCode(): 0); |
| |||||
int result = super.hashCode(); result = 29 * result + (this.domain != null ? this.domain.hashCode(): 0); result = 29 * result + (this.range != null ? this.range.hashCode(): 0); |
| |||
int result = super.hashCode(); result = 29 * result + (this. [[#variable18e23c40]]!= null ? this. [[#variable18e23c40]].hashCode(): 0); result = 29 * result + (this. [[#variable18e34640]]!= null ? this. [[#variable18e34640]].hashCode(): 0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e23c40]] | text |
1 | 2 | [[#18e23c40]] | domain |
2 | 1 | [[#18e34640]] | font |
2 | 2 | [[#18e34640]] | range |