Row |
Violation |
1 | Expression result cannot be unified with expression result , because common superclass org.jfree.data.time.RegularTimePeriod does not declare member(s) public org.jfree.data.time.Hour getHour() , public org.jfree.data.time.Minute getMinute() |
2 | Expression new Minute(this.minute + 1,getHour()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new Second(this.second - 1,getMinute()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new Minute(this.minute + 1,getHour()) cannot be unified with expression new Second(this.second - 1,getMinute()) , because common superclass org.jfree.data.time.RegularTimePeriod does not declare member(s) public org.jfree.data.time.Hour getHour() , public org.jfree.data.time.Minute getMinute() |
5 | Expression this.minute + 1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression this.second - 1 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression getHour() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
8 | Expression getMinute() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
9 | Expression (Hour)getHour().next() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
10 | Expression (Minute)getMinute().previous() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
11 | Expression getHour().next() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
12 | Expression getMinute().previous() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
13 | Expression getHour() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
14 | Expression getMinute() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
15 | Unmatched statement if(previous != null) cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
16 | Unmatched statement result=new Second(LAST_SECOND_IN_MINUTE,previous); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
17 | Unmatched statement if(nextHour != null) cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
18 | Unmatched statement result=new Minute(FIRST_MINUTE_IN_HOUR,nextHour); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
19 | Clone fragment #1 returns variable nextHour with type org.jfree.data.time.Hour , while Clone fragment #2 returns variable previous with type org.jfree.data.time.Minute |