Row |
Violation |
1 | Expression new DialBackground() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultMultiValueCategoryDataset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression (DialBackground)b1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression (DefaultMultiValueCategoryDataset)d1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression b2 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) |
20 | Expression b2 cannot be unified with expression d2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
21 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression b1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
24 | Unmatched statement List values=new ArrayList(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
25 | Unmatched statement b1=new DialBackground(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
26 | Unmatched statement values.add(new Integer(99)); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
27 | Unmatched statement List values2=new ArrayList(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
28 | Unmatched statement values2.add(new Integer(111)); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
29 | Unmatched statement assertFalse(d1.equals(d2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
30 | Expression b1.setPaint(new GradientPaint(1.0f,2.0f,Color.red,3.0f,4.0f,Color.green)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression d2.add(values2,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
32 | Expression b1.setPaint(new GradientPaint(1.0f,2.0f,Color.red,3.0f,4.0f,Color.green)) is a void method call, and thus it cannot be parameterized |
33 | Expression d2.add(values2,"R2","C2") is a void method call, and thus it cannot be parameterized |
34 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
35 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
36 | Expression b1 cannot be unified with expression d2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setPaint(java.awt.Paint) , public void add(List#RAW, Comparable#RAW, Comparable#RAW) |
37 | Expression b1.setPaint(new GradientPaint(1.0f,2.0f,Color.red,3.0f,4.0f,Color.green)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
38 | Expression d2.add(values2,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
39 | Expression b1.setPaint(new GradientPaint(1.0f,2.0f,Color.red,3.0f,4.0f,Color.green)) is a void method call, and thus it cannot be parameterized |
40 | Expression d2.add(values2,"R2","C2") is a void method call, and thus it cannot be parameterized |
41 | Expression b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
42 | Expression d1.add(values,"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
43 | Expression b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL)) is a void method call, and thus it cannot be parameterized |
44 | Expression d1.add(values,"R1","C1") is a void method call, and thus it cannot be parameterized |
45 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
46 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
47 | Expression b1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void setGradientPaintTransformer(org.jfree.ui.GradientPaintTransformer) , public void add(List#RAW, Comparable#RAW, Comparable#RAW) |
48 | Expression b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
49 | Expression d1.add(values,"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
50 | Expression b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL)) is a void method call, and thus it cannot be parameterized |
51 | Expression d1.add(values,"R1","C1") is a void method call, and thus it cannot be parameterized |
52 | Unmatched statement b2=null; cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
53 | Expression (DialBackground)b1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
54 | Expression (DefaultMultiValueCategoryDataset)d1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
55 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
56 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
57 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
58 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
59 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
60 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
61 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
62 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
63 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
64 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
65 | Expression b2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
66 | Expression d2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
67 | Expression b2 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) |
68 | Expression b2 cannot be unified with expression d2 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
69 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
70 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
71 | Expression b1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public boolean equals(java.lang.Object) |
72 | Expression b1.addChangeListener(l1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
73 | Expression d1.add(values2,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
74 | Expression b1.addChangeListener(l1) is a void method call, and thus it cannot be parameterized |
75 | Expression d1.add(values2,"R2","C2") is a void method call, and thus it cannot be parameterized |
76 | Expression b1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
77 | Expression d1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
78 | Expression b1 cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void addChangeListener(org.jfree.chart.plot.dial.DialLayerChangeListener) , public void add(List#RAW, Comparable#RAW, Comparable#RAW) |
79 | Expression b1.addChangeListener(l1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
80 | Expression d1.add(values2,"R2","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
81 | Expression b1.addChangeListener(l1) is a void method call, and thus it cannot be parameterized |
82 | Expression d1.add(values2,"R2","C2") is a void method call, and thus it cannot be parameterized |
83 | Unmatched statement assertTrue(b1.hasListener(l1)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
84 | Unmatched statement assertFalse(b2.hasListener(l1)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
85 | Unmatched statement assertTrue(d1.equals(d2)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
86 | Clone fragment #1 returns variables b1, b2 , while Clone fragment #2 returns variables d1, d2 |