Row |
Violation |
1 | Unmatched statement TimeTableXYDataset d1=new TimeTableXYDataset(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement CompositeTitle t1=new CompositeTitle(new BlockContainer()); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Expression t1.getContainer() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression t1.getContainer() cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void add(org.jfree.chart.block.Block) , public void add(org.jfree.data.time.TimePeriod, double, java.lang.String) |
6 | Expression t1.getContainer().add(new TextTitle("T1")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression d1.add(new Year(1999),123.4,"S1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression t1.getContainer().add(new TextTitle("T1")) is a void method call, and thus it cannot be parameterized |
9 | Expression d1.add(new Year(1999),123.4,"S1") is a void method call, and thus it cannot be parameterized |
10 | Expression System.out.println(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression System.out.println(e.toString()) is a void method call, and thus it cannot be parameterized |
13 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
14 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression System.out.println(e.toString()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression System.out.println(e.toString()) is a void method call, and thus it cannot be parameterized |
18 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
19 | Type org.jfree.chart.title.CompositeTitle of variable t1 does not match with type org.jfree.data.time.TimeTableXYDataset of variable d1 |
20 | Unmatched statement d2=(TimeTableXYDataset)in.readObject(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
21 | Unmatched statement d2=(TimeTableXYDataset)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 |
22 | Unmatched statement t2=(CompositeTitle)in.readObject(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
23 | Unmatched statement t2=(CompositeTitle)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 |
24 | Expression assertEquals(t1,t2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression assertTrue(d1.equals(d2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression assertEquals(t1,t2) is a void method call, and thus it cannot be parameterized |
27 | Expression assertTrue(d1.equals(d2)) is a void method call, and thus it cannot be parameterized |
28 | Expression assertEquals(t1,t2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Expression assertTrue(d1.equals(d2)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression assertEquals(t1,t2) is a void method call, and thus it cannot be parameterized |
31 | Expression assertTrue(d1.equals(d2)) is a void method call, and thus it cannot be parameterized |