Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.4
-
Fix Version/s: 1.8.5, 2.0-beta-2
-
Component/s: None
-
Labels:
-
Number of attachments :
Description
Currently, the check only fails under certain circumstatnces, but according to Jochen, it should always fail.
The following passes, but apparently should not:
class Repository {
def find(String id) {}
private <T> T find(Class<T> type, String id, boolean suppressNotFoundExceptions) { }
}
The following fails, as expected:
class Repository {
def find(String id) {}
private <T> T find(Class<T> type, String id, boolean suppressNotFoundExceptions = true) { }
}
Activity
Roshan Dawrani
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Roshan Dawrani [ roshandawrani ] |
Roshan Dawrani
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.0-beta-2 [ 18072 ] | |
| Fix Version/s | 1.8.5 [ 18071 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Cedric Champeau
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Cedric Champeau
made changes -
| Labels | breaking |
Cedric Champeau
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |