Row |
Violation |
1 | Expression new StackedXYAreaRenderer2() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultTableXYDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new StackedXYAreaRenderer2() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new DefaultTableXYDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression assertEquals(r1,r2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression assertFalse(d1.equals(d2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression assertEquals(r1,r2) is a void method call, and thus it cannot be parameterized |
8 | Expression assertFalse(d1.equals(d2)) is a void method call, and thus it cannot be parameterized |
9 | Expression assertEquals(r1,r2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression assertFalse(d1.equals(d2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression assertEquals(r1,r2) is a void method call, and thus it cannot be parameterized |
12 | Expression assertFalse(d1.equals(d2)) is a void method call, and thus it cannot be parameterized |
13 | Expression assertEquals(r2,r1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression assertTrue(d2.equals(d1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression assertEquals(r2,r1) is a void method call, and thus it cannot be parameterized |
16 | Expression assertTrue(d2.equals(d1)) is a void method call, and thus it cannot be parameterized |
17 | Expression assertEquals(r2,r1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression assertTrue(d2.equals(d1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression assertEquals(r2,r1) is a void method call, and thus it cannot be parameterized |
20 | Expression assertTrue(d2.equals(d1)) is a void method call, and thus it cannot be parameterized |
21 | Unmatched statement r1.setRoundXCoordinates(!r1.getRoundXCoordinates()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
22 | Expression r2 cannot be unified with expression d2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
23 | Expression r2 cannot be unified with expression d2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
24 | Expression r1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
25 | Expression assertFalse(r1.equals(r2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression assertTrue(d1.equals(d2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
27 | Expression assertFalse(r1.equals(r2)) is a void method call, and thus it cannot be parameterized |
28 | Expression assertTrue(d1.equals(d2)) is a void method call, and thus it cannot be parameterized |
29 | Unmatched statement d1.addSeries(createSeries1()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
30 | Unmatched statement d2.addSeries(createSeries1()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
31 | Unmatched statement r2.setRoundXCoordinates(r1.getRoundXCoordinates()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
32 | Expression r2 cannot be unified with expression d2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
33 | Expression r2 cannot be unified with expression d2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
34 | Expression r1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
35 | Clone fragment #1 returns variables r1, r2 , while Clone fragment #2 returns variables d1, d2 |