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=38545>. 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=38545 Summary: TransactionalMapWrapper doesn't work correctly with null values Product: Commons Version: unspecified Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 Component: Transaction AssignedTo: commons-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] TransactionalMapWrapper has a number of instances of incorrect behavior if a null value is placed into the Map. This is a result of using Map.get(key)!=null (or similar) instead of Map.containsKey(key) to check if the underlying Map has a key/value pair set or not. TransactionalMapWrapper.containsKey(key) also returned incorrect values if the key mapped to a null value. -- 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]