CloneSet1397


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.975statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14161
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/junit/AreaChartTests.java
24147
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/junit/GanttChartTests.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
161
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/junit/AreaChartTests.java

this.chart.addChangeListener(l);
CategoryPlot plot = (CategoryPlot) this.chart.getPlot();
plot.setDataset(newData);
assertEquals(true, l.flag);


First
Previous
Clone Instance
2
Line Count
4
Source Line
147
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/junit/GanttChartTests.java

this.chart.addChangeListener(l);
CategoryPlot plot = (CategoryPlot) this.chart.getPlot();
plot.setDataset(null);
assertEquals(true, l.flag);


Clone AbstractionParameter Count: 1Parameter Bindings

this.chart.addChangeListener(l);
CategoryPlot plot = (CategoryPlot) this.chart.getPlot();
plot.setDataset( [[#variable18f6ff00]]);
assertEquals(true, l.flag);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f6ff00]]
newData 
12[[#18f6ff00]]
null