Skip to content
Snippets Groups Projects
Commit 9ee6b80c authored by Lars Johansson's avatar Lars Johansson
Browse files

Fix issues as noted by SonarLint

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
parent 3179ae1c
No related branches found
No related tags found
No related merge requests found
Showing
with 236 additions and 240 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment