Row |
Violation |
1 | Unmatched statement XYSeries s1=new XYSeries("Series"); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement s1.add(1.2,3.4); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Expression new DialValueIndicator(0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new XYSeriesCollection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression new DialValueIndicator(0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression new XYSeriesCollection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Unmatched statement c1.addSeries(s1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
8 | Expression new IntervalXYDelegate(c1) 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 e.printStackTrace() is a void method call, and thus it cannot be parameterized |
11 | Expression System.err.println("Failed to clone.") is a void method call, and thus it cannot be parameterized |
12 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
15 | Expression System.err.println("Failed to clone.") is a void method call, and thus it cannot be parameterized |
16 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression (DialValueIndicator)i1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression (IntervalXYDelegate)d1.clone() cannot be parameterized, 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 d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression d2 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 d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
28 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
32 | Expression i2 cannot be unified with expression d2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
33 | Expression i2 cannot be unified with expression d2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
34 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
35 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
36 | Expression i1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
37 | Unmatched statement i1.addChangeListener(l1); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
38 | 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 |
39 | Unmatched statement assertFalse(i2.hasListener(l1)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
40 | Clone fragment #1 returns variables i1, i2 , while Clone fragment #2 returns variables c1 |