Row |
Violation |
1 | Super method call if(!super.equals(obj)) cannot be extracted from method |
2 | Super method call if(!super.equals(obj)) cannot be extracted from method |
3 | Expression that.text cannot be unified with expression that.itemFont , because common superclass type java.io.Serializable cannot be passed as an argument to public boolean equals(java.lang.Object) |
4 | Expression that.text cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression that.itemFont cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Type java.lang.String of variable that.text does not match with type java.awt.Font of variable that.itemFont |
7 | Type java.lang.String of variable this.text does not match with type java.awt.Font of variable this.itemFont |
8 | Type double of variable this.x does not match with type org.jfree.ui.RectangleEdge of variable this.legendItemGraphicEdge |
9 | Expression that.x cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression that.legendItemGraphicEdge cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Type double of variable that.x does not match with type org.jfree.ui.RectangleEdge of variable that.legendItemGraphicEdge |
12 | Type double of variable this.y does not match with type org.jfree.ui.RectangleAnchor of variable this.legendItemGraphicAnchor |
13 | Expression that.y cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression that.legendItemGraphicAnchor cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Type double of variable that.y does not match with type org.jfree.ui.RectangleAnchor of variable that.legendItemGraphicAnchor |
16 | Expression that.font cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression that.itemPaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Type java.awt.Font of variable that.font does not match with type java.awt.Paint of variable that.itemPaint |
19 | Type java.awt.Font of variable this.font does not match with type java.awt.Paint of variable this.itemPaint |
20 | Expression that.paint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression that.backgroundPaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression that.rotationAnchor cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Expression that.hLayout cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Type org.jfree.ui.TextAnchor of variable that.rotationAnchor does not match with type org.jfree.chart.block.Arrangement of variable that.hLayout |
25 | Type org.jfree.ui.TextAnchor of variable this.rotationAnchor does not match with type org.jfree.chart.block.Arrangement of variable this.hLayout |
26 | Type double of variable this.rotationAngle does not match with type org.jfree.ui.RectangleAnchor of variable this.legendItemGraphicLocation |
27 | Expression that.rotationAngle cannot be parameterized, because it has dependencies to/from statements that will be extracted |
28 | Expression that.legendItemGraphicLocation cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Type double of variable that.rotationAngle does not match with type org.jfree.ui.RectangleAnchor of variable that.legendItemGraphicLocation |
30 | Expression that.textAnchor cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression that.vLayout cannot be parameterized, because it has dependencies to/from statements that will be extracted |
32 | Type org.jfree.ui.TextAnchor of variable that.textAnchor does not match with type org.jfree.chart.block.Arrangement of variable that.vLayout |
33 | Type org.jfree.ui.TextAnchor of variable this.textAnchor does not match with type org.jfree.chart.block.Arrangement of variable this.vLayout |
34 | The refactoring of the clones is infeasible, because classes org.jfree.chart.annotations.XYTextAnnotation and org.jfree.chart.title.LegendTitle do not have a common superclass |