Row |
Violation |
1 | Expression result cannot be unified with expression result , because common superclass org.jfree.data.time.RegularTimePeriod does not declare member(s) private short year |
2 | Expression new Quarter(this.quarter - 1,this.year) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new Week(this.week + 1,this.year) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new Quarter(this.quarter - 1,this.year) cannot be unified with expression new Week(this.week + 1,this.year) , because common superclass org.jfree.data.time.RegularTimePeriod does not declare member(s) private short year |
5 | Expression this.quarter - 1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression this.week + 1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression result cannot be unified with expression result , because common superclass org.jfree.data.time.RegularTimePeriod does not declare member(s) private short year |
8 | Expression new Quarter(LAST_QUARTER,this.year - 1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression new Week(FIRST_WEEK_IN_YEAR,this.year + 1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression new Quarter(LAST_QUARTER,this.year - 1) cannot be unified with expression new Week(FIRST_WEEK_IN_YEAR,this.year + 1) , because common superclass org.jfree.data.time.RegularTimePeriod does not declare member(s) private short year |
11 | Expression this.year - 1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression this.year + 1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Clone fragment #1 returns variable result with type org.jfree.data.time.Quarter , while Clone fragment #2 returns variable result with type org.jfree.data.time.Week |