Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-2, 1.8.6
-
Fix Version/s: 2.0-beta-3, 1.8.7
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
Resolve* methods are marked as protected (which is good for subclasses) but a decorator may no access these methods from the builder it decorates. The implementation of these methods should delegate to the public getters rather tahn accessing the fields directly.
Activity
Andres Almiray
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.0-beta-3 [ 18244 ] | |
| Fix Version/s | 1.8.7 [ 18317 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |