Row |
Violation |
1 | Unmatched statement XYSeries s1=new XYSeries("Series"); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement s1.add(1.0,1.1); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Expression new BlockContainer(new FlowArrangement()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new XYSeriesCollection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression new BlockContainer(new FlowArrangement()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression new XYSeriesCollection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Unmatched statement c1.addSeries(s1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
8 | Unmatched statement XYSeries s2=new XYSeries("Series"); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
9 | Unmatched statement s2.add(1.0,1.1); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
10 | Expression new BlockContainer(new FlowArrangement()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression new XYSeriesCollection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression new BlockContainer(new FlowArrangement()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression new XYSeriesCollection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Unmatched statement c2.addSeries(s2); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
15 | Expression c2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression c1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression c2 cannot be unified with expression c1 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
18 | Expression c2 cannot be unified with expression c1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
19 | Expression c1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression c2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression c1 cannot be unified with expression c2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
22 | Unmatched statement c1.addSeries(new XYSeries("Empty Series")); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
23 | Expression c2 cannot be unified with expression c2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
24 | Expression c2 cannot be unified with expression c2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
25 | Expression c2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression c1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
27 | Expression c2 cannot be unified with expression c1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
28 | Expression assertTrue(c2.equals(c2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Expression assertFalse(c1.equals(c2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression assertTrue(c2.equals(c2)) is a void method call, and thus it cannot be parameterized |
31 | Expression assertFalse(c1.equals(c2)) is a void method call, and thus it cannot be parameterized |
32 | Unmatched statement c1.setArrangement(new ColumnArrangement()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
33 | Unmatched statement assertFalse(c1.equals(c2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
34 | Unmatched statement c2.setArrangement(new ColumnArrangement()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
35 | Expression c2 cannot be unified with expression c2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
36 | Expression c2 cannot be unified with expression c2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
37 | Expression c1 cannot be unified with expression c1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
38 | Unmatched statement c1.add(new EmptyBlock(1.2,3.4)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
39 | Unmatched statement assertFalse(c1.equals(c2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
40 | Unmatched statement c2.add(new EmptyBlock(1.2,3.4)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
41 | Unmatched statement c2.addSeries(new XYSeries("Empty Series")); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
42 | Expression c2 cannot be unified with expression c2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
43 | Expression c2 cannot be unified with expression c2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
44 | Expression c1 cannot be unified with expression c1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
45 | Clone fragment #1 returns variables c1, c2 , while Clone fragment #2 returns variables c1, c2 |