CloneSet754


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111197
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java
211243
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
197
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java

if (subplot == null) {
  throw new IllegalArgumentException(" Null \'subplot\' argument.");
}
int position = -1;
int size = this.subplots.size();
int i = 0;
while (position == -1 && i < size) {
  if (this.subplots.get(i) == subplot) {
    position = i;
  }
  i++;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
243
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java

if (subplot == null) {
  throw new IllegalArgumentException(" Null \'subplot\' argument.");
}
int position = -1;
int size = this.subplots.size();
int i = 0;
while (position == -1 && i < size) {
  if (this.subplots.get(i) == subplot) {
    position = i;
  }
  i++;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (subplot == null) {
  throw new IllegalArgumentException(" Null \'subplot\' argument.");
}
int position = -1;
int size = this.subplots.size();
int i = 0;
while (position == -1 && i < size) {
  if (this.subplots.get(i) == subplot) {
    position = i;
  }
  i++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None