- Nov 29, 2022
-
-
Lars Johansson authored
-
- Nov 25, 2022
-
-
Lars Johansson authored
-
- Nov 23, 2022
-
-
Lars Johansson authored
Field names should comply with a naming convention Local variable and method parameter names should comply with a naming convention
-
Lars Johansson authored
Set sorting to default to timestamp and ascending.
-
- Jul 15, 2022
-
-
Lars Johansson authored
Type available as query parameter instead of path parameter. Update signature to /children/{uuid}. Update signature from /children/{type}/{uuid}.
-
- Jul 14, 2022
-
-
Lars Johansson authored
Fix issue for retrieve by name/uuid. Uuid with valid format but non-existing. Fix issue for retrieve structure by parent uuid. No parent uuid for system group, discipline. Add url encoding by default for integration tests. Add and update integration tests for names and structures.
-
- Jul 13, 2022
-
-
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.
-
Lars Johansson authored
String literals should not be duplicated
-
Lars Johansson authored
Purpose to increase readability and reduce complexity.
-
- Jun 29, 2022
-
-
Lars Johansson authored
-
- Jun 27, 2022
-
-
Lars Johansson authored
"@Override" should be used on overriding and implementing methods "Preconditions" and logging arguments should not require evaluation "static" base class members should not be accessed via derived types Collection.isEmpty() should be used to test for emptiness Constructors of an "abstract" class should not be declared "public" Mutable fields should not be "public static" Pattern Matching for "instanceof" operator should be used instead of simple "instanceof" + cast Redundant casts should not be used Sections of code should not be commented out String literals should not be duplicated Unused assignments should be removed
-
- Jun 23, 2022
-
-
Lars Johansson authored
-
- Apr 21, 2022
-
-
Lars Johansson authored
Rename package for beans. Remove unused beans.
-
Lars Johansson authored
-
- Apr 19, 2022
-
-
Lars Johansson authored
Update and add tests-
-
- Mar 31, 2022
-
-
Lars Johansson authored
To package org.openepics.names.rest.beans.response From package org.openepics.names.util.response
-
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
-