Skip to content

EPA-282

EPA-282 #1176

GitHub Actions / PMD completed Oct 17, 2024 in 0s

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

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 47 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 52 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 57 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 62 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 67 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 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 notice on line 11 in src\main\java\health\ere\ps\resource\config\JSONConfigurator.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryImport

Unused import 'jakarta.json.bind.config.BinaryDataStrategy'

Check notice on line 4 in src\main\java\health\ere\ps\service\cetp\mapper\event\SeverityTypeMapper.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryImport

Unused import 'de.gematik.ws.conn.eventservice.v7.EventType'

Check notice on line 5 in src\main\java\health\ere\ps\service\cetp\mapper\event\SeverityTypeMapper.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryImport

Unused import 'de.health.service.cetp.domain.eventservice.event.CetpEventType'

Check notice on line 122 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 warning on line 118 in src\main\java\health\ere\ps\service\connector\provider\SingleConnectorServicesProvider.java

See this annotation in the file changed.

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

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 157 in src\main\java\health\ere\ps\service\erixa\ErixaUploadService.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Best Practices UnusedPrivateMethod

Avoid unused private methods such as 'getDoctorData()'.

Check notice on line 154 in src\main\java\health\ere\ps\service\fhir\bundle\PrescriptionBundlesBuilderV2.java

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / PMD

Error Prone AvoidBranchingStatementAsLastInLoop

Avoid using a branching statement as the last in a loop.