Row |
Violation |
1 | Expression new DialCap() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new ArcDialFrame() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression p.setCap(c1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression p.setDialFrame(f1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression p.setCap(c1) is a void method call, and thus it cannot be parameterized |
6 | Expression p.setDialFrame(f1) is a void method call, and thus it cannot be parameterized |
7 | Expression c1.setFillPaint(Color.red) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression f1.setBackgroundPaint(Color.gray) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression c1.setFillPaint(Color.red) is a void method call, and thus it cannot be parameterized |
10 | Expression f1.setBackgroundPaint(Color.gray) is a void method call, and thus it cannot be parameterized |
11 | Expression c1 cannot be unified with expression f1 , because common superclass org.jfree.chart.plot.dial.AbstractDialLayer does not declare member(s) public void setFillPaint(java.awt.Paint) , public void setBackgroundPaint(java.awt.Paint) |
12 | Expression new DialCap() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression new ArcDialFrame() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression p.setCap(c2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression p.setDialFrame(f2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression p.setCap(c2) is a void method call, and thus it cannot be parameterized |
17 | Expression p.setDialFrame(f2) is a void method call, and thus it cannot be parameterized |
18 | Expression c1.setFillPaint(Color.blue) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression f1.setBackgroundPaint(Color.blue) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression c1.setFillPaint(Color.blue) is a void method call, and thus it cannot be parameterized |
21 | Expression f1.setBackgroundPaint(Color.blue) is a void method call, and thus it cannot be parameterized |
22 | Expression c1 cannot be unified with expression f1 , because common superclass org.jfree.chart.plot.dial.AbstractDialLayer does not declare member(s) public void setFillPaint(java.awt.Paint) , public void setBackgroundPaint(java.awt.Paint) |
23 | Expression c2.setFillPaint(Color.green) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression f2.setBackgroundPaint(Color.green) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression c2.setFillPaint(Color.green) is a void method call, and thus it cannot be parameterized |
26 | Expression f2.setBackgroundPaint(Color.green) is a void method call, and thus it cannot be parameterized |
27 | Expression c2 cannot be unified with expression f2 , because common superclass org.jfree.chart.plot.dial.AbstractDialLayer does not declare member(s) public void setFillPaint(java.awt.Paint) , public void setBackgroundPaint(java.awt.Paint) |