Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.8
-
None
-
None
-
Patch
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: {}]}