Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. All planned functionality must be implemented and working
  2. Push your branch to the mainline so that Bamboo can build it builds on Bamboo
  3. The code has to be well commented; especially Javadoc comments have to be complete
  4. The code must not contain any warnings, including FindBugs and Checkstyle warnings. If single warnings cannot be avoided, leave a comment in the source
  5. The code should be well covered by unit tests
  6. The code should have been reviewed

...