Row |
Violation |
1 | Expression new LogAxis("X") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultCategoryDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new LogAxis("X") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new DefaultCategoryDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression axis.setRange(0.0,10.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression dataset.addValue(10.0,"Series 1","Start") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression axis.setRange(0.0,10.0) is a void method call, and thus it cannot be parameterized |
8 | Expression dataset.addValue(10.0,"Series 1","Start") is a void method call, and thus it cannot be parameterized |
9 | Expression axis cannot be unified with expression dataset , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setRange(double, double) , public void addValue(double, Comparable#RAW, Comparable#RAW) |
10 | Expression axis.setRange(0.0,10.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression dataset.addValue(10.0,"Series 1","Start") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression axis.setRange(0.0,10.0) is a void method call, and thus it cannot be parameterized |
13 | Expression dataset.addValue(10.0,"Series 1","Start") is a void method call, and thus it cannot be parameterized |
14 | Expression axis.setLowerBound(5.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression dataset.addValue(15.0,"Series 1","Delta 1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression axis.setLowerBound(5.0) is a void method call, and thus it cannot be parameterized |
17 | Expression dataset.addValue(15.0,"Series 1","Delta 1") is a void method call, and thus it cannot be parameterized |
18 | Expression axis cannot be unified with expression dataset , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setLowerBound(double) , public void addValue(double, Comparable#RAW, Comparable#RAW) |
19 | Expression axis.setLowerBound(5.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression dataset.addValue(15.0,"Series 1","Delta 1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression axis.setLowerBound(5.0) is a void method call, and thus it cannot be parameterized |
22 | Expression dataset.addValue(15.0,"Series 1","Delta 1") is a void method call, and thus it cannot be parameterized |
23 | Unmatched statement assertEquals(5.0,axis.getLowerBound(),EPSILON); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
24 | Expression axis.setLowerBound(10.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression dataset.addValue(-7.0,"Series 1","Delta 2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression axis.setLowerBound(10.0) is a void method call, and thus it cannot be parameterized |
27 | Expression dataset.addValue(-7.0,"Series 1","Delta 2") is a void method call, and thus it cannot be parameterized |
28 | Expression axis cannot be unified with expression dataset , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setLowerBound(double) , public void addValue(double, Comparable#RAW, Comparable#RAW) |
29 | Expression axis.setLowerBound(10.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression dataset.addValue(-7.0,"Series 1","Delta 2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression axis.setLowerBound(10.0) is a void method call, and thus it cannot be parameterized |
32 | Expression dataset.addValue(-7.0,"Series 1","Delta 2") is a void method call, and thus it cannot be parameterized |
33 | Unmatched statement Range range=DatasetUtilities.findCumulativeRangeBounds(dataset); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
34 | Unmatched statement assertEquals(10.0,axis.getLowerBound(),EPSILON); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
35 | Unmatched statement assertEquals(11.0,axis.getUpperBound(),EPSILON); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
36 | Clone fragment #1 returns variable axis with type org.jfree.chart.axis.LogAxis , while Clone fragment #2 returns variable dataset with type org.jfree.data.category.DefaultCategoryDataset |