Skip to content
Snippets Groups Projects
  • Lars Johansson's avatar
    9ee6b80c
    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
    History
    Fix issues as noted by SonarLint
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.