Skip to content
Snippets Groups Projects
  1. Dec 07, 2022
  2. Aug 30, 2022
  3. Jul 15, 2022
  4. Jul 14, 2022
  5. Jul 13, 2022
  6. Jun 27, 2022
  7. Jun 23, 2022
  8. Jun 16, 2022
  9. May 05, 2022
    • Lars Johansson's avatar
      Fix issues as noted by SonarLint · 9ee6b80c
      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
      9ee6b80c
  10. May 04, 2022
  11. Apr 21, 2022
  12. Apr 19, 2022
  13. Apr 05, 2022
  14. Mar 31, 2022
  15. Feb 28, 2022
  16. Feb 24, 2022
Loading