Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • release-2.0.1
    32058019 · release 2.0.1 ·
    EDITED:
    - Changed the order for train departure information showed in the toString()-method in TrainDeparture class.
  • release-2.0.0
    bb9595e4 · release 2.0.0 ·
    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.1
    16400cf6 · release 1.0.1 ·
    - 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.0
    d7ee7e65 · release-1.0.0 ·
    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
  • v1.0.0
    Release version 1.0.0