Cheetah Release Tools

Potential tools to use for work on the Mifos Cheetah release. Please also see our goals for development tools

  • Builds
  • Unit Tests
    • TestNG
      • allows for finer grained grouping of tests
      • includes advanced features like parallel test runs
  • Code quality
    • PMD
      • enforce coding standards
    • FindBugs
      • improve code quality by detecting potentially buggy code
  • IDE enhancements