You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/16 06:48:39 UTC

DO NOT REPLY [Bug 23187] New: - [math] patch - test cases to boost coverage

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: commons-dev@jakarta.apache.org
        ReportedBy: brent@worden.org


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.