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().previous() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
10 | Expression (Minute)getMinute().next() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
11 | Expression getHour().previous() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
12 | Expression getMinute().next() 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(next != 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(FIRST_SECOND_IN_MINUTE,next); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
17 | Unmatched statement if(h != 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(LAST_MINUTE_IN_HOUR,h); 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 h with type org.jfree.data.time.Hour , while Clone fragment #2 returns variable next with type org.jfree.data.time.Minute |