Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.8
-
Fix Version/s: 1.8.0, 2.0-beta-3, 1.7.11
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
I have some test code using this. It looks like this:
def auctionStart = new Date()
auctionStart.clearTime()
def callStart = auctionStart.plus(10)
I'd prefer it to look like:
def auctionStart = new Date().clearTime()
def callStart = auctionStart.plus(10)
Activity
Paul King
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Paul King [ paulk ] | |
| Fix Version/s | 1.7.11 [ 17244 ] | |
| Fix Version/s | 1.8.0 [ 17222 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Paul King
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Paul King
made changes -
| Fix Version/s | 2.0-beta-3 [ 18244 ] |
Paul King
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |