|
From: <no...@so...> - 2002-04-16 10:41:03
|
Bugs item #544595, was opened at 2002-04-16 05:41 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=544595&group_id=44253 Category: Other Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Peter Centgraf (centgraf) Assigned to: Nobody/Anonymous (nobody) Summary: Config Object toString Initial Comment: The current about box calls toString() on the Configuration object to get a list of user-specified properties useful for configuration support. However, the new config framework does not support a clean Properties-style toString(), so an ugly Object-default hash string is generated. Since this output is rather nice to have, I suggest that the new Config object be modified to add a friendly toString, rather than removing the info from the about box. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=544595&group_id=44253 |