Maven 2 & 3

PatternSet needs a toString() method to properly print in debug mode

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major 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 :
    1

Description

It would be nice if PatternSet 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:
PatternSet@17a29a1

With this patch, it prints like:
PatternSet [includes: {one, two}, excludes: {three, four}]

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: