EPA-282 #1176
PMD Source Code Analyzer report
53 violation(s) found
Annotations
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 47 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 52 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 57 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 62 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 67 in src\main\java\health\ere\ps\jsonb\ThrowableAdapter.java
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check notice on line 11 in src\main\java\health\ere\ps\resource\config\JSONConfigurator.java
github-actions / PMD
Code Style UnnecessaryImport
Unused import 'jakarta.json.bind.config.BinaryDataStrategy'
github-actions / PMD
Code Style UnnecessaryImport
Unused import 'de.gematik.ws.conn.eventservice.v7.EventType'
github-actions / PMD
Code Style UnnecessaryImport
Unused import 'de.health.service.cetp.domain.eventservice.event.CetpEventType'
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
Error Prone EmptyCatchBlock
Avoid empty catch blocks
Check warning on line 27 in src\main\java\health\ere\ps\service\erixa\ErixaHttpClient.java
github-actions / PMD
Best Practices UnusedPrivateField
Avoid unused private fields such as 'log'.
Check warning on line 157 in src\main\java\health\ere\ps\service\erixa\ErixaUploadService.java
github-actions / PMD
Best Practices UnusedPrivateMethod
Avoid unused private methods such as 'getDoctorData()'.
github-actions / PMD
Code Style UselessParentheses
Useless parentheses.
Check warning on line 45 in src\main\java\health\ere\ps\service\idp\crypto\CryptoLoader.java
github-actions / PMD
Error Prone AvoidBranchingStatementAsLastInLoop
Avoid using a branching statement as the last in a loop.