Row |
Violation |
1 | Expression new PaintScaleLegend(new GrayPaintScale(),new NumberAxis("X")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression fail(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression fail(e.toString()) is a void method call, and thus it cannot be parameterized |
5 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
6 | Expression fail(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression fail(e.toString()) is a void method call, and thus it cannot be parameterized |
9 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
10 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression l2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression (EmptyBlock)b1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression (PaintScaleLegend)l1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression l1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Unmatched statement assertTrue(l1 != l2); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
17 | Unmatched statement assertTrue(b1 != b2); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
18 | Unmatched statement assertTrue(l1.getClass() == l2.getClass()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
19 | Unmatched statement assertTrue(b1.getClass() == b2.getClass()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
20 | Unmatched statement assertTrue(l1.equals(l2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
21 | Unmatched statement assertTrue(b1.equals(b2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
22 | Clone fragment #1 returns variables b1, b2 , while Clone fragment #2 returns variables l1, l2 |