CloneSet1902


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.955statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15169
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardPieURLGenerator.java
25216
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/TimeSeriesURLGenerator.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
169
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardPieURLGenerator.java

if ( !this.prefix.equals(that.prefix)) {
  return false;
}
if ( !this.categoryParameterName.equals(that.categoryParameterName)) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
216
Source File
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.seriesParameterName.equals(that.seriesParameterName)) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !this.prefix.equals(that.prefix)) {
  return false;
}
if ( !this. [[#variable1a0a8740]].equals(that. [[#variable1a0a8740]])) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0a8740]]
categoryParameterName 
12[[#1a0a8740]]
seriesParameterName