DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20740>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20740 [collections] Map.debugPrint improvements [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH - Updated] |[collections] Map.debugPrint |Map.debugPrint assume key is|improvements |string. | ------- Additional Comments From [EMAIL PROTECTED] 2003-08-25 20:42 ------- The reason I made the label change was that it doesn't make sense to me that a null label should print 'null =' at the top level. null is generally used to mean 'ignore this argument', hence I made null just not output the label. You are correct however that it should print the label null when nested. So I have fixed this. I have also updated the 'this Map' message to be the same as AbstractMap uses. See what you think. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
