Skip to content
Snippets Groups Projects
  1. Jan 10, 2023
  2. Jan 04, 2023
  3. Dec 22, 2022
  4. Dec 07, 2022
  5. 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
  6. Nov 29, 2022
  7. Nov 25, 2022
  8. Nov 23, 2022
  9. Jul 14, 2022
  10. Jul 13, 2022
  11. Jul 09, 2022
  12. Jun 29, 2022
  13. 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
  14. Jun 23, 2022
  15. May 04, 2022
  16. May 03, 2022
  17. Apr 21, 2022
  18. Mar 31, 2022
  19. Feb 24, 2022
Loading