Row |
Violation |
1 | Expression new StackedXYAreaRenderer2() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new CustomPieURLGenerator() 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 CustomPieURLGenerator() 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(g1.equals(g2)) 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(g1.equals(g2)) 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(g1.equals(g2)) 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(g1.equals(g2)) 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(g1.equals(g2)) 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(g1.equals(g2)) 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(g1.equals(g2)) 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(g1.equals(g2)) is a void method call, and thus it cannot be parameterized |
21 | Unmatched statement Map m1=new HashMap(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
22 | Unmatched statement m1.put("A","http://www.jfree.org/"); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
23 | 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 |
24 | Unmatched statement g1.addURLs(m1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
25 | Unmatched statement g2.addURLs(m1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
26 | Expression r2 cannot be unified with expression g2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
27 | Expression r2 cannot be unified with expression g2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
28 | Expression r1 cannot be unified with expression g1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
29 | Expression assertFalse(r1.equals(r2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression assertTrue(g1.equals(g2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression assertFalse(r1.equals(r2)) is a void method call, and thus it cannot be parameterized |
32 | Expression assertTrue(g1.equals(g2)) is a void method call, and thus it cannot be parameterized |
33 | 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 |
34 | Unmatched statement assertTrue(r1.equals(r2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
35 | Clone fragment #1 returns variables r1, r2 , while Clone fragment #2 returns variables g1, g2 |