DU04 to be handed in before the 5th exercise

Library Lombok

Lombok

Use the project (game) from last semester and add the Lombok library. You need to edit pom.xml in 2 places (dependency and maven-compiler-plugin) and module-info.java.

Use annotations from the lombok library wherever possible (wherever your code matches the code generated by lombok):

  • create a variable with loggrem
  • setters and getters
  • constructors
  • ...

Method of submission

Submit the homework solution to the Kelvin system as the "Java 2 - Homework 1 - Maven" assignment. Upload the entire contents of the src folder and the pom.xml (and run script) file to the system. Follow the attached video below.

The project will then be compiled and Unit Tests will be performed. Due to the nature of the project and the provisional testing use of the Kelvin system in the Java 2 course, do not despair in case of failure.

This is an auxiliary test, everything will still be evaluated manually. It is important to upload the files so that everything can be evaluated and analyzed for plagiarism. I believe this is a formality and all of you are creating your own code.