Skip to content
Snippets Groups Projects
  1. Mar 06, 2023
  2. Jan 24, 2023
  3. Jan 18, 2023
  4. Jan 11, 2023
  5. Jan 10, 2023
  6. Jan 04, 2023
  7. Dec 22, 2022
  8. Dec 07, 2022
  9. Dec 05, 2022
    • Lars Johansson's avatar
      Fix bugs for names and structures · f29b2285
      Lars Johansson authored
      Fix bug for create name after approve create for system structure-
      Name to be created after create approve, not after update approve, delete approve.
      
      Fix bug for is legacy name.
      Updates in checks if structure entries are available.
      
      Update unit test for legacy name.
      f29b2285
  10. Nov 29, 2022
  11. Nov 25, 2022
  12. Nov 23, 2022
  13. Jul 14, 2022
  14. Jul 13, 2022
  15. Jul 09, 2022
  16. Jun 29, 2022
  17. Jun 27, 2022
    • Lars Johansson's avatar
      Fix issues as noted by SonarLint + field name in repository classes · edeff4e8
      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
      edeff4e8
  18. Jun 23, 2022
  19. May 04, 2022
  20. May 03, 2022
  21. Apr 21, 2022
  22. Mar 31, 2022
Loading