Skip to content
Snippets Groups Projects
  1. Nov 29, 2022
  2. Nov 25, 2022
  3. Nov 23, 2022
  4. Jul 15, 2022
  5. Jul 14, 2022
  6. Jul 13, 2022
  7. Jul 09, 2022
  8. Jun 29, 2022
  9. 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
  10. Jun 23, 2022
  11. Apr 21, 2022
  12. Apr 19, 2022
  13. Mar 31, 2022
  14. Feb 28, 2022
  15. Feb 24, 2022
Loading