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=23187>. 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=23187 [math] patch - test cases to boost coverage Summary: [math] patch - test cases to boost coverage Product: Commons Version: 1.0 Alpha Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Sandbox AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Added a slew of unit test to boost test coverage. Using the current codebase and this patch, I'm now getting 90%+ test coverage. Made some other changes per the "Project Maturity" thread in the dev mailing list: - Made all exceptions extend NestableException and NestableRunnableException found in commons-lang. This should allow for compilation on JDK 1.3. - Renamed UnivariateRealSolverUtil to UnivariateRealSolverUtils. - Moved all RootFinding functionality to UnivariateRealSolverUtils and removed RootFinding. - And some other things. Feel free to use all, part, or none of this as you see fit. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
