Row |
Violation |
1 | Expression new DeviationRenderer() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new StackedXYAreaRenderer2() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new DeviationRenderer() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new StackedXYAreaRenderer2() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression assertTrue(r1.equals(r2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression assertFalse(r1.equals(r2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression assertTrue(r1.equals(r2)) is a void method call, and thus it cannot be parameterized |
8 | Expression assertFalse(r1.equals(r2)) is a void method call, and thus it cannot be parameterized |
9 | Expression assertTrue(r2.equals(r1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression assertEquals(r2,r1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression assertTrue(r2.equals(r1)) is a void method call, and thus it cannot be parameterized |
12 | Expression assertEquals(r2,r1) is a void method call, and thus it cannot be parameterized |
13 | Expression assertTrue(r2.equals(r1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression assertEquals(r2,r1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression assertTrue(r2.equals(r1)) is a void method call, and thus it cannot be parameterized |
16 | Expression assertEquals(r2,r1) is a void method call, and thus it cannot be parameterized |
17 | Unmatched statement r1.setAlpha(0.1f); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
18 | Expression assertFalse(r1.equals(r2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression assertEquals(r1,r2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression assertFalse(r1.equals(r2)) is a void method call, and thus it cannot be parameterized |
21 | Expression assertEquals(r1,r2) is a void method call, and thus it cannot be parameterized |
22 | Expression assertFalse(r1.equals(r2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression assertEquals(r1,r2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression assertFalse(r1.equals(r2)) is a void method call, and thus it cannot be parameterized |
25 | Expression assertEquals(r1,r2) is a void method call, and thus it cannot be parameterized |
26 | 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 |
27 | 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 |
28 | Unmatched statement r2.setAlpha(0.1f); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
29 | Clone fragment #1 returns variables r1, r2 , while Clone fragment #2 returns variables r1, r2 |