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 data.setValue("Type 1",54.5) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression kv2D1.addValue(new Double(234.2),"Row1","Col1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression data.setValue("Type 1",54.5) is a void method call, and thus it cannot be parameterized |
6 | Expression kv2D1.addValue(new Double(234.2),"Row1","Col1") is a void method call, and thus it cannot be parameterized |
7 | Expression data cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression kv2D1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression data cannot be unified with expression kv2D1 , 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) |
10 | Expression data.setValue("Type 1",54.5) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression kv2D1.addValue(new Double(234.2),"Row1","Col1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression data.setValue("Type 1",54.5) is a void method call, and thus it cannot be parameterized |
13 | Expression kv2D1.addValue(new Double(234.2),"Row1","Col1") is a void method call, and thus it cannot be parameterized |
14 | Expression data.setValue("Type 2",23.9) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression kv2D1.addValue(null,"Row1","Col2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression data.setValue("Type 2",23.9) is a void method call, and thus it cannot be parameterized |
17 | Expression kv2D1.addValue(null,"Row1","Col2") is a void method call, and thus it cannot be parameterized |
18 | Expression data cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression kv2D1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression data cannot be unified with expression kv2D1 , 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) |
21 | Expression data.setValue("Type 2",23.9) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression kv2D1.addValue(null,"Row1","Col2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression data.setValue("Type 2",23.9) is a void method call, and thus it cannot be parameterized |
24 | Expression kv2D1.addValue(null,"Row1","Col2") is a void method call, and thus it cannot be parameterized |
25 | Expression data.setValue("Type 3",45.8) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression kv2D1.addValue(new Double(345.9),"Row2","Col1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
27 | Expression data.setValue("Type 3",45.8) is a void method call, and thus it cannot be parameterized |
28 | Expression kv2D1.addValue(new Double(345.9),"Row2","Col1") is a void method call, and thus it cannot be parameterized |
29 | Expression data cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression kv2D1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression data cannot be unified with expression kv2D1 , 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) |
32 | Expression data.setValue("Type 3",45.8) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
33 | Expression kv2D1.addValue(new Double(345.9),"Row2","Col1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
34 | Expression data.setValue("Type 3",45.8) is a void method call, and thus it cannot be parameterized |
35 | Expression kv2D1.addValue(new Double(345.9),"Row2","Col1") is a void method call, and thus it cannot be parameterized |
36 | Unmatched statement kv2D1.addValue(new Double(452.7),"Row2","Col2"); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
37 | Unmatched statement JFreeChart c1=ChartFactory.createPieChart3D("Test",data,true,true,true); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
38 | Expression c1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
39 | Expression kv2D1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
40 | Type org.jfree.chart.JFreeChart of variable c1 does not match with type org.jfree.data.DefaultKeyedValues2D of variable kv2D1 |
41 | Unmatched statement kv2D2=(DefaultKeyedValues2D)in.readObject(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
42 | Unmatched statement kv2D2=(DefaultKeyedValues2D)in.readObject(); 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 |
43 | Unmatched statement c2=(JFreeChart)in.readObject(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
44 | Unmatched statement c2=(JFreeChart)in.readObject(); 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 |
45 | Expression c1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
46 | Expression kv2D1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
47 | Type org.jfree.chart.JFreeChart of variable c1 does not match with type org.jfree.data.DefaultKeyedValues2D of variable kv2D1 |
48 | Type org.jfree.chart.JFreeChart of variable c2 does not match with type org.jfree.data.DefaultKeyedValues2D of variable kv2D2 |
49 | Clone fragment #1 returns variables data, in , while Clone fragment #2 returns variables kv2D1, in |