Row |
Violation |
1 | Expression new DefaultCategoryDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultPieDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression d.addValue(1.0,"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression d.setValue("A",1.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression d.addValue(1.0,"R1","C1") is a void method call, and thus it cannot be parameterized |
6 | Expression d.setValue("A",1.0) is a void method call, and thus it cannot be parameterized |
7 | Expression d cannot be unified with expression d , because common superclass org.jfree.data.general.AbstractDataset does not declare member(s) public void addValue(double, Comparable#RAW, Comparable#RAW) , public void setValue(Comparable#RAW, double) |
8 | Expression d.addValue(1.0,"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression d.setValue("A",1.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression d.addValue(1.0,"R1","C1") is a void method call, and thus it cannot be parameterized |
11 | Expression d.setValue("A",1.0) is a void method call, and thus it cannot be parameterized |
12 | Expression d.addValue(2.0,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression d.setValue("B",2.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression d.addValue(2.0,"R2","C2") is a void method call, and thus it cannot be parameterized |
15 | Expression d.setValue("B",2.0) is a void method call, and thus it cannot be parameterized |
16 | Expression d cannot be unified with expression d , because common superclass org.jfree.data.general.AbstractDataset does not declare member(s) public void addValue(double, Comparable#RAW, Comparable#RAW) , public void setValue(Comparable#RAW, double) |
17 | Expression d.addValue(2.0,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression d.setValue("B",2.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression d.addValue(2.0,"R2","C2") is a void method call, and thus it cannot be parameterized |
20 | Expression d.setValue("B",2.0) is a void method call, and thus it cannot be parameterized |
21 | Unmatched statement assertEquals("A",d.getKey(0)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
22 | Unmatched statement assertEquals(2,d.getColumnCount()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
23 | Unmatched statement assertEquals("B",d.getKey(1)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
24 | Unmatched statement d.removeColumn("C2"); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
25 | Unmatched statement assertEquals(1,d.getColumnCount()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
26 | Unmatched statement d.getKey(-1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
27 | Unmatched statement d.getKey(-1); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
28 | Unmatched statement d.removeColumn("XXX"); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
29 | Unmatched statement d.removeColumn("XXX"); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
30 | Unmatched statement d.getKey(2); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
31 | Unmatched statement d.getKey(2); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
32 | Unmatched statement d.removeColumn(null); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
33 | Unmatched statement d.removeColumn(null); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
34 | Clone fragment #1 returns variable d with type org.jfree.data.category.DefaultCategoryDataset , while Clone fragment #2 returns variable d with type org.jfree.data.general.DefaultPieDataset |