Skip to content

fix: pom.xml to reduce vulnerabilities #714

fix: pom.xml to reduce vulnerabilities

fix: pom.xml to reduce vulnerabilities #714

GitHub Actions / PMD completed Dec 27, 2023 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check notice on line 38 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check notice on line 43 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check notice on line 48 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check notice on line 53 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check warning on line 310 in src\main\java\health\ere\ps\model\config\UserConfigurations.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Error Prone OverrideBothEqualsAndHashcode

Ensure you override both equals() and hashCode()

Check notice on line 45 in src\main\java\health\ere\ps\model\gematik\BundleWithAccessCodeOrThrowable.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check warning on line 49 in src\main\java\health\ere\ps\model\websocket\OutgoingPayload.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Error Prone EmptyCatchBlock

Avoid empty catch blocks

Check notice on line 114 in src\main\java\health\ere\ps\service\connector\auth\SmcbAuthenticatorService.java

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UselessParentheses

Useless parentheses.

Check notice on line 3 in src\main\java\health\ere\ps\service\connector\provider\AbstractConnectorServicesProvider.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Best Practices UnusedImports

Avoid unused imports such as 'java.io.IOException'

Check notice on line 9 in src\main\java\health\ere\ps\service\connector\provider\AbstractConnectorServicesProvider.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Best Practices UnusedImports

Avoid unused imports such as 'javax.xml.parsers.ParserConfigurationException'

Check warning on line 23 in src\main\java\health\ere\ps\service\connector\provider\MultiConnectorServicesProvider.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Best Practices UnusedPrivateField

Avoid unused private fields such as 'log'.