https://issues.apache.org/bugzilla/show_bug.cgi?id=37182
Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
--- Comment #4 from Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> 2008-07-03
13:09:05 PST ---
This is an issue with those classes which implement ObjectRenderer. The
DefaultRenderer (which is called here) just do a
return o.toString();
and it would be reasonable to return some dummy value if o was null. Just
return "null" or null perhaps?
AttributesRenderer and ThreadGroupRenderer do an instanceof, UTObjectRenderer
just returns a parmeters, so this should be the only location which need
patching.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]