Before embarking on any sort of cowboy coder conquest, please look at all of the existing TODOs. Many of them address serious systemic issues or concepts and may give you insights.
- Added your Javadocs?
- Added your TestNG tests?
- Added your calls to IMPLEMENTED_CALLS.md?
mvn clean install
and TestNG test suite passes?- Verified your TestNG test output is under test-output?
- Did you include yourself as an @author?
- Submitted pull request and Travis CI build passed?