Row |
Violation |
1 | Expression new DialPointer.Pin(1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new WaterfallBarRenderer() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
5 | Expression System.err.println("Failed to clone.") is a void method call, and thus it cannot be parameterized |
6 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
9 | Expression System.err.println("Failed to clone.") is a void method call, and thus it cannot be parameterized |
10 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression r2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression (DialPointer)i1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression (WaterfallBarRenderer)r1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression r1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression r1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression r2 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 r1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression i2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression r2 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 r2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression i2 cannot be unified with expression r2 , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public boolean equals(java.lang.Object) |
27 | Expression i2 cannot be unified with expression r2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
28 | Expression i1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Expression r1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression i1 cannot be unified with expression r1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
31 | Unmatched statement r1.setFirstBarPaint(Color.yellow); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
32 | Unmatched statement assertFalse(r1.equals(r2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
33 | 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 |
34 | Unmatched statement r2.setFirstBarPaint(Color.yellow); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
35 | 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 |
36 | Unmatched statement assertTrue(r1.equals(r2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
37 | 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 |
38 | Clone fragment #1 returns variables i1, i2 , while Clone fragment #2 returns variables r1, r2 |