Row |
Violation |
1 | Expression new KeyedObjects() 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 KeyedObjects() 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 ko1.addObject("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 ko1.addObject("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 ko1 cannot be unified with expression b1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void addObject(Comparable#RAW, java.lang.Object) , public void setItemCount(int) |
10 | Expression ko1.addObject("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 ko1.addObject("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 ko1.addObject("V2",null); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
15 | Expression ko1.addObject("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 ko1.addObject("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 ko1 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 ko1 cannot be unified with expression b2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void addObject(Comparable#RAW, java.lang.Object) , public void setItemCount(int) |
22 | Expression ko1.addObject("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 ko1.addObject("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 (KeyedObjects)ko1.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 ko1 cannot be unified with expression b1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public final native Class<? extends org.jfree.data.KeyedObjects> getClass() , public final native Class<? extends org.jfree.data.statistics.SimpleHistogramBin> getClass() |
29 | Expression ko2 cannot be unified with expression b2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public final native Class<? extends org.jfree.data.KeyedObjects> getClass() , public final native Class<? extends org.jfree.data.statistics.SimpleHistogramBin> getClass() |
30 | Expression ko2 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) |
31 | Expression ko2 cannot be unified with expression b2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
32 | Expression ko1 cannot be unified with expression b1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
33 | 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 |
34 | Clone fragment #1 returns variables ko1 , while Clone fragment #2 returns variables b1, b2 |