Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade com.sun.xml.ws:jaxws-ri from 2.3.0 to 2.3.6 #88

Closed
wants to merge 1 commit into from

fix: upgrade com.sun.xml.ws:jaxws-ri from 2.3.0 to 2.3.6

0ca1add
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

[Snyk] Upgrade com.sun.xml.ws:jaxws-ri from 2.3.0 to 2.3.6 #88

fix: upgrade com.sun.xml.ws:jaxws-ri from 2.3.0 to 2.3.6
0ca1add
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / PMD completed Nov 4, 2023 in 0s

PMD Source Code Analyzer report

120 violation(s) found

Annotations

Check warning on line 160 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 21 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'.