Issue Details (XML | Word | Printable)

Key: LDAP-198
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ulrik Sandberg
Reporter: Martin Cizek
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Spring LDAP

NotPresentFilter does not define equals()

Created: 24/Jan/10 03:46 PM   Updated: 25/Jan/10 01:19 AM   Resolved: 25/Jan/10 01:19 AM
Component/s: None
Affects Version/s: 1.3.0
Fix Version/s: 1.3.1

Time Tracking:
Not Specified


 Description  « Hide

The class NotPresentFilter does not define equals() method, although its interface Filter explicitly declares equals() with a javadoc 'All filters must implement equals.'.

Affects also the trunk.



Martin Cizek added a comment - 24/Jan/10 03:56 PM

The same for PresentFilter and HardcodedFilter.