Row |
Violation |
1 | Expression new DefaultPieDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new SimpleHistogramBin(1.1,2.2,false,true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new DefaultPieDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new SimpleHistogramBin(1.1,2.2,false,true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression d1.setValue("V1",new Integer(1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression b1.setItemCount(99) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression d1.setValue("V1",new Integer(1)) is a void method call, and thus it cannot be parameterized |
8 | Expression b1.setItemCount(99) is a void method call, and thus it cannot be parameterized |
9 | Expression d1 cannot be unified with expression b1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setValue(Comparable#RAW, java.lang.Number) , public void setItemCount(int) |
10 | Expression d1.setValue("V1",new Integer(1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression b1.setItemCount(99) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression d1.setValue("V1",new Integer(1)) is a void method call, and thus it cannot be parameterized |
13 | Expression b1.setItemCount(99) is a void method call, and thus it cannot be parameterized |
14 | Unmatched statement d1.setValue("V2",null); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
15 | Expression d1.setValue("V3",new Integer(3)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression b2.setItemCount(111) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression d1.setValue("V3",new Integer(3)) is a void method call, and thus it cannot be parameterized |
18 | Expression b2.setItemCount(111) is a void method call, and thus it cannot be parameterized |
19 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression d1 cannot be unified with expression b2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setValue(Comparable#RAW, java.lang.Number) , public void setItemCount(int) |
22 | Expression d1.setValue("V3",new Integer(3)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression b2.setItemCount(111) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression d1.setValue("V3",new Integer(3)) is a void method call, and thus it cannot be parameterized |
25 | Expression b2.setItemCount(111) is a void method call, and thus it cannot be parameterized |
26 | Expression (DefaultPieDataset)d1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
27 | Expression (SimpleHistogramBin)b1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
28 | Expression d2 cannot be unified with expression b2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
29 | Expression d2 cannot be unified with expression b2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
30 | Expression d1 cannot be unified with expression b1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
31 | Unmatched statement assertFalse(b1.equals(b2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
32 | Clone fragment #1 returns variables d1 , while Clone fragment #2 returns variables b1, b2 |