fix: pom.xml to reduce vulnerabilities #714
PMD Source Code Analyzer report
121 violation(s) found
Annotations
Check warning on line 161 in src\main\java\health\ere\ps\config\RuntimeConfig.java
github-actions / PMD
Error Prone OverrideBothEqualsAndHashcode
Ensure you override both equals() and hashCode()
Check warning on line 22 in src\main\java\health\ere\ps\config\UserConfig.java
github-actions / PMD
Best Practices UnusedPrivateField
Avoid unused private fields such as 'log'.
Check warning on line 43 in src\main\java\health\ere\ps\event\EreLogNotificationEvent.java
github-actions / PMD
Error Prone EmptyCatchBlock
Avoid empty catch blocks
Check warning on line 6 in src\main\java\health\ere\ps\event\ReplyableEvent.java
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifier 'public' on method 'getType': the method is declared in an interface type
Check warning on line 7 in src\main\java\health\ere\ps\event\ReplyableEvent.java
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifier 'public' on method 'getPayload': the method is declared in an interface type
Check warning on line 8 in src\main\java\health\ere\ps\event\ReplyableEvent.java
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifier 'public' on method 'getReplyToMessageId': the method is declared in an interface type
Check notice on line 33 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 38 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 43 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 48 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 53 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check warning on line 310 in src\main\java\health\ere\ps\model\config\UserConfigurations.java
github-actions / PMD
Error Prone OverrideBothEqualsAndHashcode
Ensure you override both equals() and hashCode()
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check warning on line 49 in src\main\java\health\ere\ps\model\websocket\OutgoingPayload.java
github-actions / PMD
Error Prone EmptyCatchBlock
Avoid empty catch blocks
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 94 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 180 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 212 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 224 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 234 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 266 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 314 in src\main\java\health\ere\ps\service\connector\endpoint\SSLUtilities.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
github-actions / PMD
Best Practices UnusedImports
Avoid unused imports such as 'java.io.IOException'
github-actions / PMD
Best Practices UnusedImports
Avoid unused imports such as 'javax.xml.parsers.ParserConfigurationException'
github-actions / PMD
Best Practices UnusedPrivateField
Avoid unused private fields such as 'log'.