Project cleanup
- Check that:
- there are no compilation errors,
- implemented TODO and fixed FIXME keywords are deleted (no need to delete whole comment),
- commented (dead) code is deleted,
- code is well formatted.
- Check, that tests are passing, when called in group:
- open jtm.testSuite.AllTests.java file and comment out unnecessary calls to tests
- run AllTests.java as unit test and check results,
- if some tests called from AllTests.java fail, check that your programs exit gracefully. I.e. red square (Terminate) button should be disabled (also after Remove Launch button is pressed).
- Make sure you add, commit and push changes to the server.