Row |
Violation |
1 | Expression new DefaultCategoryDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultStatisticalCategoryDataset() 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 d1.add(1.1,2.2,"R1","C1") 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 d1.add(1.1,2.2,"R1","C1") is a void method call, and thus it cannot be parameterized |
7 | Expression d cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.data.general.AbstractDataset does not declare member(s) public void addValue(double, Comparable#RAW, Comparable#RAW) , public void add(double, double, Comparable#RAW, Comparable#RAW) |
10 | Expression d.addValue(1.0,"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression d1.add(1.1,2.2,"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression d.addValue(1.0,"R1","C1") is a void method call, and thus it cannot be parameterized |
13 | Expression d1.add(1.1,2.2,"R1","C1") is a void method call, and thus it cannot be parameterized |
14 | Expression d.addValue(2.0,"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression d1.add(3.3,4.4,"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression d.addValue(2.0,"R1","C2") is a void method call, and thus it cannot be parameterized |
17 | Expression d1.add(3.3,4.4,"R1","C2") is a void method call, and thus it cannot be parameterized |
18 | Expression d cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.data.general.AbstractDataset does not declare member(s) public void addValue(double, Comparable#RAW, Comparable#RAW) , public void add(double, double, Comparable#RAW, Comparable#RAW) |
21 | Expression d.addValue(2.0,"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression d1.add(3.3,4.4,"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression d.addValue(2.0,"R1","C2") is a void method call, and thus it cannot be parameterized |
24 | Expression d1.add(3.3,4.4,"R1","C2") is a void method call, and thus it cannot be parameterized |
25 | Expression d.addValue(3.0,"R2","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression d1.add(null,new Double(5.5),"R1","C3") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
27 | Expression d.addValue(3.0,"R2","C1") is a void method call, and thus it cannot be parameterized |
28 | Expression d1.add(null,new Double(5.5),"R1","C3") is a void method call, and thus it cannot be parameterized |
29 | Expression d cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.data.general.AbstractDataset does not declare member(s) public void addValue(double, Comparable#RAW, Comparable#RAW) , public void add(java.lang.Number, java.lang.Number, Comparable#RAW, Comparable#RAW) |
32 | Expression d.addValue(3.0,"R2","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
33 | Expression d1.add(null,new Double(5.5),"R1","C3") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
34 | Expression d.addValue(3.0,"R2","C1") is a void method call, and thus it cannot be parameterized |
35 | Expression d1.add(null,new Double(5.5),"R1","C3") is a void method call, and thus it cannot be parameterized |
36 | Expression d.addValue(4.0,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
37 | Expression d1.add(new Double(6.6),null,"R2","C3") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
38 | Expression d.addValue(4.0,"R2","C2") is a void method call, and thus it cannot be parameterized |
39 | Expression d1.add(new Double(6.6),null,"R2","C3") is a void method call, and thus it cannot be parameterized |
40 | Expression d cannot be parameterized, because it has dependencies to/from statements that will be extracted |
41 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
42 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.data.general.AbstractDataset does not declare member(s) public void addValue(double, Comparable#RAW, Comparable#RAW) , public void add(java.lang.Number, java.lang.Number, Comparable#RAW, Comparable#RAW) |
43 | Expression d.addValue(4.0,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
44 | Expression d1.add(new Double(6.6),null,"R2","C3") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
45 | Expression d.addValue(4.0,"R2","C2") is a void method call, and thus it cannot be parameterized |
46 | Expression d1.add(new Double(6.6),null,"R2","C3") is a void method call, and thus it cannot be parameterized |
47 | Unmatched statement CategoryItemEntity e1=new CategoryItemEntity(new Rectangle2D.Double(1.0,2.0,3.0,4.0),"ToolTip","URL",d,1,"C2",1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
48 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
49 | Expression fail(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
50 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
51 | Expression fail(e.toString()) is a void method call, and thus it cannot be parameterized |
52 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
53 | Expression fail(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
54 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
55 | Expression fail(e.toString()) is a void method call, and thus it cannot be parameterized |
56 | Expression e1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
57 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
58 | Expression e1 cannot be unified with expression d1 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public abstract void writeObject(java.lang.Object) throws java.io.IOException |
59 | Expression (CategoryItemEntity)in.readObject() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
60 | Expression (DefaultStatisticalCategoryDataset)in.readObject() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
61 | Expression e1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
62 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
63 | Expression e1 cannot be unified with expression d1 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public static void assertEquals(java.lang.Object, java.lang.Object) |
64 | Expression e2 cannot be unified with expression d2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public static void assertEquals(java.lang.Object, java.lang.Object) |