Improve Derby's Code Coverage
by Ahsan Shamsudeen for Apache Software Foundation
Apache Derby is a relational database management system implemented entirely in Java that can be embedded in Java programs and used for online transaction processing. Derby uses EMMA tool to measure code coverage. According to EMMA, Many packages have code coverage below the acceptable level.This project aims to find out classes with poor code coverage and create tests to cover them.