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

feature: eclipse-tractusx/traceability-foss#639 add catch clause #698

feature: eclipse-tractusx/traceability-foss#639 add catch clause and …

3a53557
Select commit
Loading
Failed to load commit list.
Merged

feature: eclipse-tractusx/traceability-foss#639 add catch clause #698

feature: eclipse-tractusx/traceability-foss#639 add catch clause and …
3a53557
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 10, 2024 in 4s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 34 in irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/exceptions/UsagePolicyExpiredException.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PolicyException.getPolicy
; it is advisable to add an Override annotation.

Check notice on line 38 in irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/exceptions/UsagePolicyPermissionException.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PolicyException.getPolicy
; it is advisable to add an Override annotation.

Check notice on line 35 in irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/exceptions/UsagePolicyExpiredException.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PolicyException.getBusinessPartnerNumber
; it is advisable to add an Override annotation.

Check notice on line 39 in irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/exceptions/UsagePolicyPermissionException.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PolicyException.getBusinessPartnerNumber
; it is advisable to add an Override annotation.