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 FileSet had a toString() method so it would print something intelligent rather than simply a memory location in debug mode.
Before this change, it prints like:
FileSet@129f3b5
With this patch, it prints like (assuming you accept my PatternSet patch):
FileSet {directory: src/main/resources, PatternSet [includes: {}, excludes: {}]}
Please update these 3 related tickets to 2.0.9 so they get on the release notes.