Row |
Violation |
1 | Type org.jfree.experimental.chart.util.XYCoordinateType of variable this.coordinateType does not match with type boolean of variable this.baseShapesFilled |
2 | Expression that.coordinateType cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression that.baseShapesFilled cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Type org.jfree.experimental.chart.util.XYCoordinateType of variable that.coordinateType does not match with type boolean of variable that.baseShapesFilled |
5 | Type double of variable this.x does not match with type boolean of variable this.useFillPaint |
6 | Expression that.x cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression that.useFillPaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Type double of variable that.x does not match with type boolean of variable that.useFillPaint |
9 | Type double of variable this.y does not match with type boolean of variable this.drawOutlines |
10 | Expression that.y cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression that.drawOutlines cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Type double of variable that.y does not match with type boolean of variable that.drawOutlines |
13 | Type double of variable this.maxWidth does not match with type boolean of variable this.useOutlinePaint |
14 | Expression that.maxWidth cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression that.useOutlinePaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Type double of variable that.maxWidth does not match with type boolean of variable that.useOutlinePaint |
17 | Type double of variable this.maxHeight does not match with type boolean of variable this.useSeriesOffset |
18 | Expression that.maxHeight cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression that.useSeriesOffset cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Type double of variable that.maxHeight does not match with type boolean of variable that.useSeriesOffset |
21 | Type org.jfree.chart.title.Title of variable this.title does not match with type org.jfree.util.BooleanList of variable this.seriesShapesFilled |
22 | Expression that.title cannot be unified with expression that.seriesShapesFilled , because common superclass type java.lang.Cloneable cannot be passed as an argument to public static boolean equal(java.lang.Object, java.lang.Object) |
23 | Expression that.title cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression that.seriesShapesFilled cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Type org.jfree.chart.title.Title of variable that.title does not match with type org.jfree.util.BooleanList of variable that.seriesShapesFilled |
26 | Clone fragment #1 returns variable that with type org.jfree.experimental.chart.annotations.XYTitleAnnotation , while Clone fragment #2 returns variable that with type org.jfree.chart.renderer.category.ScatterRenderer |
27 | Not all possible execution flows end in a return statement |
28 | The refactoring of the clones is infeasible, because classes org.jfree.experimental.chart.annotations.XYTitleAnnotation and org.jfree.chart.renderer.category.ScatterRenderer do not have a common superclass |