CloneSet1099


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.954executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14852
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
24866
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
852
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

for (int i = 0; i < this.domainAxes.size(); i++) {
  CategoryAxis axis = (CategoryAxis) this.domainAxes.get(i);
  if (axis != null) {
    axis.removeChangeListener(this );
  }
}


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

for (int i = 0; i < this.domainAxes.size(); i++) {
  CategoryAxis axis = (CategoryAxis) this.domainAxes.get(i);
  if (axis != null) {
    axis.configure();
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = 0; i < this.domainAxes.size(); i++) {
  CategoryAxis axis = (CategoryAxis) this.domainAxes.get(i);
  if (axis != null) {
    axis. [[#variable18e8f8c0]] [[#variable18e8f840]];
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e8f8c0]]
removeChangeListener 
12[[#18e8f8c0]]
configure 
21[[#18e8f840]]
(this ) 
22[[#18e8f840]]
()