CloneSet1501


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17843
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java
27867
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java
37620
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
843
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java

try {
  plot.getDomainAxisIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


Next
Previous
Clone Instance
2
Line Count
7
Source Line
867
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java

try {
  plot.getRangeAxisIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


First
Previous
Clone Instance
3
Line Count
7
Source Line
620
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java

try {
  plot.setBaseSectionPaint(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  plot. [[#variable18fb5520]](null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fb5520]]
getDomainAxisIndex 
12[[#18fb5520]]
getRangeAxisIndex 
13[[#18fb5520]]
setBaseSectionPaint