Skip to content

Test "violations output parameter" #130

Test "violations output parameter"

Test "violations output parameter" #130

Triggered via push March 17, 2024 17:51
Status Failure
Total duration 39s
Artifacts 1

build.yml

on: push
Matrix: pmd
Fit to window
Zoom out
Zoom in

Annotations

9 errors
pmd (ubuntu-latest)
Process completed with exit code 1.
A catch statement should never catch throwable since it includes errors.: src/main/java/AvoidCatchingThrowableSample.java#L5
Catching Throwable errors is not recommended since its scope is very broad. It includes runtime issues such as OutOfMemoryError that should be exposed and managed separately. AvoidCatchingThrowable (Priority: 2, Ruleset: Error Prone) https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_errorprone.html#avoidcatchingthrowable
A catch statement should never catch throwable since it includes errors.: src/main/java/AvoidCatchingThrowableSample.java#L13
Catching Throwable errors is not recommended since its scope is very broad. It includes runtime issues such as OutOfMemoryError that should be exposed and managed separately. AvoidCatchingThrowable (Priority: 2, Ruleset: Error Prone) https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_errorprone.html#avoidcatchingthrowable
A catch statement should never catch throwable since it includes errors.: src/main/java/AvoidCatchingThrowableSample.java#L5
Catching Throwable errors is not recommended since its scope is very broad. It includes runtime issues such as OutOfMemoryError that should be exposed and managed separately. AvoidCatchingThrowable (Priority: 2, Ruleset: Error Prone) https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_errorprone.html#avoidcatchingthrowable
A catch statement should never catch throwable since it includes errors.: src/main/java/AvoidCatchingThrowableSample.java#L13
Catching Throwable errors is not recommended since its scope is very broad. It includes runtime issues such as OutOfMemoryError that should be exposed and managed separately. AvoidCatchingThrowable (Priority: 2, Ruleset: Error Prone) https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_errorprone.html#avoidcatchingthrowable
pmd (macos-latest)
Process completed with exit code 1.
A catch statement should never catch throwable since it includes errors.: src/main/java/AvoidCatchingThrowableSample.java#L5
Catching Throwable errors is not recommended since its scope is very broad. It includes runtime issues such as OutOfMemoryError that should be exposed and managed separately. AvoidCatchingThrowable (Priority: 2, Ruleset: Error Prone) https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_errorprone.html#avoidcatchingthrowable
A catch statement should never catch throwable since it includes errors.: src/main/java/AvoidCatchingThrowableSample.java#L13
Catching Throwable errors is not recommended since its scope is very broad. It includes runtime issues such as OutOfMemoryError that should be exposed and managed separately. AvoidCatchingThrowable (Priority: 2, Ruleset: Error Prone) https://docs.pmd-code.org/pmd-doc-7.0.0-rc4/pmd_rules_java_errorprone.html#avoidcatchingthrowable
pmd (windows-latest)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
PMD Report Expired
770 Bytes