[jira] Resolved: (LANG-226) [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-06-22 Thread Henri Yandell (JIRA)
and excluding secure fields -- Key: LANG-226 URL: http://issues.apache.org/jira/browse/LANG-226 Project: Commons Lang Type: Improvement Versions: Nightly Builds Environment: Operating System

[jira] Commented: (LANG-226) [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-06-16 Thread Gary Gregory (JIRA)
to look at this for a week or so. [lang] Using ReflectionToStringBuilder and excluding secure fields -- Key: LANG-226 URL: http://issues.apache.org/jira/browse/LANG-226 Project: Commons Lang Type

[jira] Commented: (LANG-226) [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-06-05 Thread Henri Yandell (JIRA)
patch for the other style). Do you have any time to look at unifying those Gary? [lang] Using ReflectionToStringBuilder and excluding secure fields -- Key: LANG-226 URL: http://issues.apache.org/jira/browse/LANG

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-04-25 Thread bugzilla
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=36925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-04-17 Thread bugzilla
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=36925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-04-17 Thread bugzilla
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=36925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36925] New: - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
/show_bug.cgi?id=36925 Summary: [lang] Using ReflectionToStringBuilder and excluding secure fields Product: Commons Version: Nightly Builds Platform: Other OS/Version: All Status: NEW Severity: enhancement

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
/show_bug.cgi?id=36925 --- Additional Comments From [EMAIL PROTECTED] 2005-10-05 02:01 --- -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 11:33 AM To: Jakarta Commons Developers List Subject: [lang] Using ReflectionToStringBuilder

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
/show_bug.cgi?id=36925 --- Additional Comments From [EMAIL PROTECTED] 2005-10-05 02:02 --- -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Saturday, August 06, 2005 3:28 PM To: Jakarta Commons Developers List Subject: Re: [lang] Using ReflectionToStringBuilder

DO NOT REPLY [Bug 36925] - [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread bugzilla
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=36925. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-10-04 Thread Gary Gregory
List Subject: Re: [lang] Using ReflectionToStringBuilder and excluding secure fields +1 I've thought about something similar, just never did anything about it. I like the idea of being able to exclude some fields from the string build. On 8/4/05, Gary Gregory [EMAIL PROTECTED] wrote

Re: [lang] Using ReflectionToStringBuilder and excluding secure fields

2005-08-06 Thread Steven Caswell
+1 I've thought about something similar, just never did anything about it. I like the idea of being able to exclude some fields from the string build. On 8/4/05, Gary Gregory [EMAIL PROTECTED] wrote: Hello: Right now, I use the code below to exclude password fields from output. /**

[lang] Using ReflectionToStringBuilder and excluding secure fields

2005-08-04 Thread Gary Gregory
Hello: Right now, I use the code below to exclude password fields from output. /** * Builds a String for a toString method excluding the given field name. * * @param obj *The object to toString. * @param excludeFieldName *The field name