Row |
Violation |
1 | Unmatched statement ArrowNeedle n1=new ArrowNeedle(false); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement ColorBar a1=new ColorBar("Test Axis"); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Expression System.out.println(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression System.out.println(e.toString()) is a void method call, and thus it cannot be parameterized |
6 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
7 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression System.out.println(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression System.out.println(e.toString()) is a void method call, and thus it cannot be parameterized |
11 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
12 | Type org.jfree.chart.axis.ColorBar of variable a1 does not match with type org.jfree.chart.needle.ArrowNeedle of variable n1 |
13 | Unmatched statement n2=(ArrowNeedle)in.readObject(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
14 | Unmatched statement n2=(ArrowNeedle)in.readObject(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
15 | Unmatched statement a2=(ColorBar)in.readObject(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
16 | Unmatched statement a2=(ColorBar)in.readObject(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
17 | Expression assertEquals(a1,a2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression assertTrue(n1.equals(n2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression assertEquals(a1,a2) is a void method call, and thus it cannot be parameterized |
20 | Expression assertTrue(n1.equals(n2)) is a void method call, and thus it cannot be parameterized |
21 | Expression assertEquals(a1,a2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression assertTrue(n1.equals(n2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression assertEquals(a1,a2) is a void method call, and thus it cannot be parameterized |
24 | Expression assertTrue(n1.equals(n2)) is a void method call, and thus it cannot be parameterized |