Row |
Violation |
1 | Expression new DefaultPieDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultKeyedValues2D() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression d.setValue("A",1.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression d.addValue(new Double(1.0),"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression d.setValue("A",1.0) is a void method call, and thus it cannot be parameterized |
6 | Expression d.addValue(new Double(1.0),"R1","C1") 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.util.PublicCloneable does not declare member(s) public void setValue(Comparable#RAW, double) , public void addValue(java.lang.Number, Comparable#RAW, Comparable#RAW) |
8 | Expression d.setValue("A",1.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression d.addValue(new Double(1.0),"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression d.setValue("A",1.0) is a void method call, and thus it cannot be parameterized |
11 | Expression d.addValue(new Double(1.0),"R1","C1") is a void method call, and thus it cannot be parameterized |
12 | Expression d.setValue("B",2.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression d.addValue(new Double(1.0),"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression d.setValue("B",2.0) is a void method call, and thus it cannot be parameterized |
15 | Expression d.addValue(new Double(1.0),"R1","C2") 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.util.PublicCloneable does not declare member(s) public void setValue(Comparable#RAW, double) , public void addValue(java.lang.Number, Comparable#RAW, Comparable#RAW) |
17 | Expression d.setValue("B",2.0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression d.addValue(new Double(1.0),"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression d.setValue("B",2.0) is a void method call, and thus it cannot be parameterized |
20 | Expression d.addValue(new Double(1.0),"R1","C2") is a void method call, and thus it cannot be parameterized |
21 | Unmatched statement assertEquals(0,d.getIndex("A")); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
22 | Unmatched statement assertEquals(1,d.getIndex("B")); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
23 | Unmatched statement assertEquals(-1,d.getIndex("XX")); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
24 | Unmatched statement d.getColumnKey(0); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
25 | Unmatched statement d.getColumnKey(0); 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 |
26 | Unmatched statement d.getIndex(null); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
27 | Unmatched statement d.getIndex(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 |
28 | Unmatched statement assertEquals("C1",d.getColumnKey(0)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
29 | Unmatched statement assertEquals("C2",d.getColumnKey(1)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
30 | Clone fragment #1 returns variable d with type org.jfree.data.general.DefaultPieDataset , while Clone fragment #2 returns variable d with type org.jfree.data.DefaultKeyedValues2D |