-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JDO-823: Fix sonarcloud issues of type Code Smells (#67)
* JDO-823: Methods should not be empty * JDO-823: Child class fields should not shadow parent class fields * JDO-823: Tests should include assertions * JDO-823: String literals should not be duplicated * JDO-823: A conditionally executed single line should be denoted by indentation * JDO-823: Constant names should comply with a naming convention * JDO-823: "switch" statements should have "default" clauses * JDO-823: "@OverRide" should be used on overriding and implementing methods * JDO-823: JUnit assertTrue/assertFalse should be simplified to the corresponding dedicated assertion * JDO-823: Using Constants prefix when accessing constants from the Constants interface * JDO-823: Sections of code should not be commented out * JDO-823: Nested blocks of code should not be left empty * JDO-823: "toString()" should never be called on a String object * JDO-823: Local variables should not be declared and then immediately returned or thrown * JDO-823: Field names should comply with a naming convention * JDO-823: Collection.isEmpty() should be used to test for emptiness * JDO-823: Deprecated "${pom}" properties should not be used * JDO-823: Jump statements should not be redundant * JDO-823: Review comments from Tilman
- Loading branch information
Showing
36 changed files
with
536 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.