-
release-2.0.132058019 · ·
EDITED: - Changed the order for train departure information showed in the toString()-method in TrainDeparture class.
-
release-2.0.0bb9595e4 · ·
NEW - Added the possibility to register new train departure without assigning it to a track. - Added the possibility to register new train departure without a delay, and without saying that the delay is 0 minutes. EDITED - Edited toString() method to not show track or delay if they are set to 0. - Edited "Enter line:" to include string which contains a space. Usable if the user want to set line to "Linje 8".
-
release-1.0.116400cf6 · ·
- Added and edited testing methods for both TrainDeparture class and TrainDepartureOverview class (TrainDepartureTest class, and TrainDepartureOverviewTest class) - Minor changes to methods in order for better exception handling when being user by a user. - Better structure in UserInterface class. Moving main menu message to own method for easier reusability , as well as moving cases in switch-case to separate methods.
-
release-1.0.0d7ee7e65 · ·
First version of functional application: - All methods working with catches - Working user interface Missing: - JavaDoc comments - Checkstyle - Testing classes - Refactoring of some classes and methods
-