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