Row |
Violation |
1 | Type org.jfree.chart.JFreeChart does not match with type org.jfree.chart.plot.PolarPlot |
2 | Type java.awt.RenderingHints of variable that.renderingHints does not match with type org.jfree.chart.axis.TickUnit of variable that.angleTickUnit |
3 | Expression that.renderingHints cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression that.angleTickUnit cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Type java.awt.RenderingHints of variable that.renderingHints does not match with type org.jfree.chart.axis.TickUnit of variable that.angleTickUnit |
6 | Type java.awt.RenderingHints of variable this.renderingHints does not match with type org.jfree.chart.axis.TickUnit of variable this.angleTickUnit |
7 | Type boolean of variable that.borderVisible does not match with type boolean of variable that.angleGridlinesVisible |
8 | Expression that.borderVisible cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression that.angleGridlinesVisible cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Type java.awt.Stroke of variable that.borderStroke does not match with type java.awt.Stroke of variable that.angleGridlineStroke |
11 | Expression that.borderStroke cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression that.angleGridlineStroke cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Type java.awt.Paint of variable that.borderPaint does not match with type java.awt.Paint of variable that.angleLabelPaint |
14 | Expression that.borderPaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression that.angleLabelPaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Type org.jfree.ui.RectangleInsets of variable that.padding does not match with type java.awt.Font of variable that.angleLabelFont |
17 | Expression that.padding cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression that.angleLabelFont cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Type org.jfree.ui.RectangleInsets of variable that.padding does not match with type java.awt.Font of variable that.angleLabelFont |
20 | Type org.jfree.ui.RectangleInsets of variable this.padding does not match with type java.awt.Font of variable this.angleLabelFont |
21 | Type org.jfree.chart.title.TextTitle of variable this.title does not match with type org.jfree.chart.renderer.PolarItemRenderer of variable this.renderer |
22 | Type org.jfree.chart.title.TextTitle of variable that.title does not match with type org.jfree.chart.renderer.PolarItemRenderer of variable that.renderer |
23 | Expression that.title cannot be parameterized, because it has dependencies to/from statements that will be extracted |
24 | Expression that.renderer cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Type org.jfree.chart.title.TextTitle of variable that.title does not match with type org.jfree.chart.renderer.PolarItemRenderer of variable that.renderer |
26 | Type java.util.List of variable this.subtitles does not match with type java.awt.Stroke of variable this.radiusGridlineStroke |
27 | Type java.util.List of variable that.subtitles does not match with type java.awt.Stroke of variable that.radiusGridlineStroke |
28 | Expression that.subtitles cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Expression that.radiusGridlineStroke cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Type java.util.List of variable that.subtitles does not match with type java.awt.Stroke of variable that.radiusGridlineStroke |
31 | Expression this.plot cannot be unified with expression this.axis , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public static boolean equal(java.lang.Object, java.lang.Object) |
32 | Type org.jfree.chart.plot.Plot of variable that.plot does not match with type org.jfree.chart.axis.ValueAxis of variable that.axis |
33 | Expression that.plot cannot be parameterized, because it has dependencies to/from statements that will be extracted |
34 | Expression that.axis cannot be parameterized, because it has dependencies to/from statements that will be extracted |
35 | Expression that.plot cannot be unified with expression that.axis , because common superclass type org.jfree.util.PublicCloneable cannot be passed as an argument to public static boolean equal(java.lang.Object, java.lang.Object) |
36 | Type java.awt.Paint of variable that.backgroundPaint does not match with type java.awt.Paint of variable that.angleGridlinePaint |
37 | Expression that.backgroundPaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
38 | Expression that.angleGridlinePaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
39 | Type java.awt.Image of variable this.backgroundImage does not match with type java.awt.Paint of variable this.radiusGridlinePaint |
40 | Type java.awt.Image of variable that.backgroundImage does not match with type java.awt.Paint of variable that.radiusGridlinePaint |
41 | Expression that.backgroundImage cannot be parameterized, because it has dependencies to/from statements that will be extracted |
42 | Expression that.radiusGridlinePaint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
43 | Type java.awt.Image of variable that.backgroundImage does not match with type java.awt.Paint of variable that.radiusGridlinePaint |
44 | Type org.jfree.util.ObjectUtilities does not match with type org.jfree.util.PaintUtilities |
45 | Type int of variable this.backgroundImageAlignment does not match with type boolean of variable this.radiusGridlinesVisible |
46 | Type int of variable that.backgroundImageAlignment does not match with type boolean of variable that.radiusGridlinesVisible |
47 | Expression that.backgroundImageAlignment cannot be parameterized, because it has dependencies to/from statements that will be extracted |
48 | Expression that.radiusGridlinesVisible cannot be parameterized, because it has dependencies to/from statements that will be extracted |
49 | Type int of variable that.backgroundImageAlignment does not match with type boolean of variable that.radiusGridlinesVisible |
50 | Type float of variable this.backgroundImageAlpha does not match with type boolean of variable this.angleLabelsVisible |
51 | Type float of variable that.backgroundImageAlpha does not match with type boolean of variable that.angleLabelsVisible |
52 | Expression that.backgroundImageAlpha cannot be parameterized, because it has dependencies to/from statements that will be extracted |
53 | Expression that.angleLabelsVisible cannot be parameterized, because it has dependencies to/from statements that will be extracted |
54 | Type float of variable that.backgroundImageAlpha does not match with type boolean of variable that.angleLabelsVisible |
55 | Not all possible execution flows end in a return statement |
56 | The refactoring of the clones is infeasible, because classes org.jfree.chart.JFreeChart and org.jfree.chart.plot.PolarPlot do not have a common superclass |