Skip to content

Test "Pull requests" #133

Test "Pull requests"

Test "Pull requests" #133

Triggered via pull request March 17, 2024 18:08
Status Success
Total duration 2m 23s
Artifacts 1

build.yml

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

Annotations

6 errors
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#L12
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#L12
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#L12
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

Artifacts

Produced during runtime
Name Size
PMD Report Expired
770 Bytes