DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38684>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38684

           Summary: ValueSuppressionStrategy.ALLOW_ALL_VALUES suppresses all
                    Attributes
           Product: Commons
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Betwixt
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The description of this static instance states:
    Strategy allows all values to be expressed for all attributes

But if you look at the code, it suppresses all attributes:
public boolean suppressAttribute(AttributeDescriptor attributeDescriptor, String
value) { return true; }

This should be return false.

This was found in 0.7 version

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to