You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/08/25 22:42:48 UTC

DO NOT REPLY [Bug 20740] - [collections] Map.debugPrint improvements

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

scolebourne@joda.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[PATCH - Updated]           |[collections] Map.debugPrint
                   |Map.debugPrint assume key is|improvements
                   |string.                     |



------- Additional Comments From scolebourne@joda.org  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.