-
v0.5.2fefb222a · ·
Version 0.5.2 Changed some variable names to be more fitting and cleaned up the code alot. Also finished the UI with the new features that i added.
-
v0.5.113b1ae85 · ·
Version 0.5.1 Added the TrainRegister class to hold all the trains and implement functionality with them. Also aded Teast for the class
-
v0.5d5da3de2 · ·
Verison 0.5 Added the Train clas for myu own contibution to the project and added JUnit test for it.
-
v1.0e9ea073b · ·
Version 1.0 Cleaned up the java doc and made final changes to make the program ready for publishing. updated the varion tag to match the release version.
-
v0.4.5487ccf97 · ·
Version 0.4.5 Fninshed the menu with the minimum requrements nad made the getInput methods to get the correct user input.
-
v0.4.4941b4efb · ·
Version 0.4.4 Removed tests that are no longer of user due to me removeing the method they where testing
-
v0.4.388a83d3b · ·
Version 0.4.3 Fixed the stream and cleaned up the code a bit. Also added some tests i had to run and fixed the setDelayToDestination method in the departure register
-
v0.4.1.1dc1b0bb9 · ·
Veriosn 0.4.1.1 Had a mistake in the IllegalArgumentException so that the test failed and the message didn't show the correct error message
-
v0.4.25adf12e0 · ·
Version 0.4.2 Added the diagrams i made to the class. Also Changed the order of the toString method to mach the requrement in the task, and removed compareTo methoo so the the TrainDeparture class is only holding information about the departure and not comparing with other instances of the class
-
v0.4.121e5367e · ·
Version 0.4.1 Fixed the setTrackToDeparture method to work correctly and cleand up the code. Also did the necessary changes to the test klasses to tha the code works with the new changes made
-
v0.419781cf3 · ·
Version 0.4 Started on the UserInterface class and startes the process of making a userfirendly and responsive UI. I added the nesessary verifying methods getInteger, getString, getHours, getMinutes and getSeconds to validate the user input. These will be used when the program needs the user to input informaton, and make sure that the correct variable type is providet in the correct place. Also made som small changes to register class and added a throws illegalargumentexception in the addDeparture function as i needed that to make the function throw the illegalargumentexception thrown by the Traindeparture class constructor when an invalid input was given
-
v0.3.4448be536 · ·
Version 0.3.4 Finished up the Register class and added the same verifying methods as in the departure class. Also ran tests for register class that cover the entire functionallity of the register class, and added messurements to catch exeptions like adding a departure with the same track and departureTime as an allready existing departure.
-
v0.3.328697cc9 · ·
Version 0.3.3 Went over and did a full cover of the TrainDeparture class methods in the test class and made sure that everything is working as intended
-
v0.3.2.14f3bd7fa · ·
Version 0.3.2.1 Cleaned up the javaDocs and removed Add delay since the set delay practically does the same and is likeley to be more intuitive to use in the user interface
-
v0.3.2e5557dd8 · ·
Version 0.3.2 Added Verifying methods to the trainDeparture class checking if the paramter inputs are valid. Methods check if the input number is positive and throws an exeption if it is negative, and if input String is blank and throws exeption of true
-
v0.3.14e14bec8 · ·
Verison 0.3.1 Added Test calss for departure regisert to test the different methods
-
v0.3f48ac0f4 · ·
Version 0.3 Switched from using ArrayList to using HashMap and had to redo alot of the code to mach the new changes
-
v0.2.1c585ce18 · ·
Version 0.2.1 Made some name changes to some methods as the previous names turned out to not me clear enough and the new names are easier to understand
-
v0.21c5f9ff1 · ·
Verison 0.2 Created the DepartureRegister class and imlememented the different methods that are required such as addDeparture, getDeparture with the parameter id and destination, and also a method to print all the deparutes sorted by departure time
-