Skip to content

Commit

Permalink
Recommend Redundant 'else' inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 20, 2020
1 parent 09e76d8 commit 9f55755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ with some modifications.
Enable the following inspections:

- ``Java | Internationalization | Implicit usage of platform's default charset``,
- ``Java | Control flow issues | Redundant 'else'`` (including ``Report when there are no more statements after the 'if' statement`` option),
- ``Java | Class structure | Utility class is not 'final'``,
- ``Java | Class structure | Utility class with 'public' constructor``,
- ``Java | Class structure | Utility class without 'private' constructor``.
Expand Down

0 comments on commit 9f55755

Please sign in to comment.