Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.8
-
Fix Version/s: 2.0.9, 3.0-alpha-1
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
It would be nice if Resouce had a toString() method so it would print something intelligent rather than simply a memory location in debug mode. (People have complained about this on the Users list, and I've noticed it myself – its annoying.)
Before this change, it prints like:
Resource@8f4fb3
With this patch, it prints like (assuming you accept my FileSet and PatternSet patches):
Resource {targetPath: /target/resource-test, filtering: true, FileSet {directory: null, PatternSet [includes: {}, excludes: {}]}}
Issue Links
Activity
Brian Fox
made changes -
| Fix Version/s | 2.0.10 [ 14112 ] | |
| Assignee | Brian Fox [ brianfox ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Brian Fox
made changes -
| Fix Version/s | 2.0.9 [ 13801 ] | |
| Fix Version/s | 2.0.10 [ 14112 ] |
Vincent Siveton
made changes -
| Fix Version/s | 2.1-alpha-1 [ 13143 ] |
Benjamin Bentmann
made changes -