Row |
Violation |
1 | Expression new DialPointer.Pin(1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DialTextAnnotation("A1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression a2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression (DialPointer)i1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression (DialTextAnnotation)a1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression a1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Unmatched statement assertTrue(a1 != a2); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
10 | Unmatched statement assertTrue(a1.getClass() == a2.getClass()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
11 | Unmatched statement assertTrue(a1.equals(a2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
12 | Expression i1 != i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression a2.hasListener(l1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression assertTrue(i1 != i2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression assertFalse(a2.hasListener(l1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression assertTrue(i1 != i2) is a void method call, and thus it cannot be parameterized |
17 | Expression assertFalse(a2.hasListener(l1)) is a void method call, and thus it cannot be parameterized |
18 | Unmatched statement assertTrue(i1.getClass() == i2.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(i1.equals(i2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
20 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression a1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Unmatched statement assertTrue(i1.hasListener(l1)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
23 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression a1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression assertFalse(i2.hasListener(l1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression assertTrue(a1.hasListener(l1)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
27 | Expression assertFalse(i2.hasListener(l1)) is a void method call, and thus it cannot be parameterized |
28 | Expression assertTrue(a1.hasListener(l1)) is a void method call, and thus it cannot be parameterized |
29 | Clone fragment #1 returns variables i1, i2, l1 , while Clone fragment #2 returns variables a1, a2 |