Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.967 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 3837 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java |
2 | 9 | 4734 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java |
| |||||
if ( !this.domainAxes.equals(that.domainAxes)) { return false; } if ( !this.domainAxisLocations.equals(that.domainAxisLocations)) { return false; } if (this.drawSharedDomainAxis != that.drawSharedDomainAxis) { return false; } |
| |||||
if ( !this.domainAxes.equals(that.domainAxes)) { return false; } if ( !this.domainAxisLocations.equals(that.domainAxisLocations)) { return false; } if (this.rangeCrosshairLockedOnData != that.rangeCrosshairLockedOnData) { return false; } |
| |||
if ( !this.domainAxes.equals(that.domainAxes)) { return false; } if ( !this.domainAxisLocations.equals(that.domainAxisLocations)) { return false; } if (this. [[#variable18f637e0]]!= that. [[#variable18f637e0]]) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f637e0]] | drawSharedDomainAxis |
1 | 2 | [[#18f637e0]] | rangeCrosshairLockedOnData |