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=39109>. 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=39109 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|commons- |[EMAIL PROTECTED] |[EMAIL PROTECTED] | Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2006-04-09 21:13 ------- Created an attachment (id=18048) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18048&action=view) Candidate replacement 3 - from Steve Cohen henrik - please have a look at this file. I believe it does basically the same thing as yours albeit in a much different way. We use CompositeFileEntryParser, which delegates to two internal classes, one for the "Memberlist" and one for the "FileList". Anything else is rejected. It uses regexes, which, once you get over the hump, add clarity to the process. I don't want to commit this until you have had a chance to test it in your environment. Also, this breaks existing JUnit tests which, in my opinion, weren't very robust anyway. If you understand JUnit, please have a look and see what you can do. If you don't understand JUnit, could you please attach lists of good and bad listings that we can work into a test? As per earlier note, this FileList parser doesn't do anything with the date, which I believe has "last access" semantics, not "last modified" semantics, which is what we need for the date to be of value. Please send me your comments, and thanks for your contributions, without which mine would not have been possible. -- 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]
