Row |
Violation |
1 | Expression new SimpleHistogramBin(1.1,2.2,false,true) 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 d1.setValue("V1",new Integer(1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression b1.setItemCount(99) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression d1.setValue("V1",new Integer(1)) is a void method call, and thus it cannot be parameterized |
6 | Expression b1.setItemCount(99) is a void method call, and thus it cannot be parameterized |
7 | 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) |
8 | Expression d1.setValue("V1",new Integer(1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression b1.setItemCount(99) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression d1.setValue("V1",new Integer(1)) is a void method call, and thus it cannot be parameterized |
11 | Expression b1.setItemCount(99) is a void method call, and thus it cannot be parameterized |
12 | 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 |
13 | Expression d1.setValue("V3",new Integer(3)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression b2.setItemCount(111) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression d1.setValue("V3",new Integer(3)) is a void method call, and thus it cannot be parameterized |
16 | Expression b2.setItemCount(111) is a void method call, and thus it cannot be parameterized |
17 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | 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) |
20 | Expression d1.setValue("V3",new Integer(3)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression b2.setItemCount(111) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression d1.setValue("V3",new Integer(3)) is a void method call, and thus it cannot be parameterized |
23 | Expression b2.setItemCount(111) is a void method call, and thus it cannot be parameterized |
24 | Expression (DefaultKeyedValuesDataset)d1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression (SimpleHistogramBin)b1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | 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) |
27 | 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) |
28 | 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) |
29 | 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 |
30 | Clone fragment #1 returns variables d1 , while Clone fragment #2 returns variables b1, b2 |