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=33574>.
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=33574





------- Additional Comments From [EMAIL PROTECTED]  2005-02-16 19:50 -------
Created an attachment (id=14299)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14299&action=view)
Patch to the unit test to show the problem.

Attached is a patch to ToStringBuilderTest.java.  If you patch the
ToStringBuilderTest.java and run the test, you will see that the test failed. 
Apply the patch intended for ReflectionToStringBuilder.java and you will see
that all tests pass.

The gist of the patch is to show that a cyclical object followed by another
object will result in a bad output string in that there is not a comma (the
default field separator) between the two objects.

-- 
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]

Reply via email to