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