DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24941>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24941 LocaleBeanUtils.populate() doesn't accept localized input map ------- Additional Comments From [EMAIL PROTECTED] 2004-01-14 20:33 ------- i have taken a look at the submitted patch and have committed some parts. the problem is: 1. it contains a lot of different features all together. it's much easier to deal with them separately. 2. there are no unit tests. 3. there is no documentation the work i need to do to commit this fix is to analysis the patch and factor into a sequence of atomic features, understand and document the additional functionality and create enough unit tests to convince myself (and everyone else) that the each of the features is broken before and fixed by the patch. what would be really useful are unit tests. (if you don't know about unit tests, these are example which demonstrate the fault see - for example -http://www.junit.org.) documentation is very valuable since it make it easier for me to analyse exactly what the code sets out to do but is less impotant than unit tests. if you'd be willing to contribute patches for unit tests and documentation, i can guarentee that i'd give this top priority. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
