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