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=30545>. 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=30545 [configuration] ConfigurationDynaBean ------- Additional Comments From [EMAIL PROTECTED] 2004-08-12 17:27 ------- If you are using Maven, run Maven site. One of the things it does is runs a report called JCoverage that highlights which code has been unit tested. Here is a link the online version: http://jakarta.apache.org/commons/configuration/jcoverage/index.html. Right now some of the code has methods that haven't been heavily tested. According to Jcoverage, many of the lines in the set method of ConfigurationDynaBean haven't been called via a unit test. While not perfect, it is one yardstick to judge the completeness of the unit tests. I'll upload the current site once I finish up with your patches. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
