- Nov 29, 2022
-
-
Lars Johansson authored
-
- Nov 25, 2022
-
-
Lars Johansson authored
-
Lars Johansson authored
-
- Aug 30, 2022
-
-
Lars Johansson authored
-
- Jul 13, 2022
-
-
Lars Johansson authored
Use parameters one-by-one instead of arrays. Purpose to improve usability.
-
Lars Johansson authored
Use parameters one-by-one instead of arrays. Purpose to improve usability.
-
- Jul 09, 2022
-
-
Lars Johansson authored
Purpose to increase readability and reduce complexity.
-
- Jun 23, 2022
-
-
Lars Johansson authored
Fix issues in validation. Add integration tests for multiple name elements - create, update, delete. Add integration tests for multiple structure elements - create, update, delete, approve, cancel, reject.
-
- Jun 01, 2022
-
-
Lars Johansson authored
-
- May 05, 2022
-
-
Lars Johansson authored
Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList" Empty statements should be removed JUnit assertTrue/assertFalse should be simplified to the corresponding dedicated assertion JUnit5 test classes and methods should have default package visibility Methods and field names should not be the same or differ only by capitalization Nested "enum"s should not be declared static
-
- May 04, 2022
-
-
Lars Johansson authored
-
Lars Johansson authored
Handle exceptions in service and controller layers. Translate exceptions to http status codes in global exception handler.
-
- May 03, 2022
-
-
Lars Johansson authored
-
- Feb 28, 2022
-
-
Lars Johansson authored
Updated validation of mnemonic rules for structures and added docker integration tests for REST API endpoints for structures
-
- Feb 24, 2022
-
-
Lars Johansson authored
-