Use Spotless #396
Annotations
10 warnings
src/main/java/de/rwth/idsg/steve/JettyServer.java#L222
Application with hard-coded IP addresses can become impossible to deploy in some cases.
Externalizing IP adresses is preferable.
AvoidUsingHardCodedIP (Priority: 3, Ruleset: Best Practices)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_bestpractices.html#avoidusinghardcodedip
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L254
Empty Catch Block finds instances where an exception is caught, but nothing is done.
In most circumstances, this swallows an exception which should either be acted on
or reported.
EmptyCatchBlock (Priority: 3, Ruleset: Error Prone)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_errorprone.html#emptycatchblock
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L262
Empty Catch Block finds instances where an exception is caught, but nothing is done.
In most circumstances, this swallows an exception which should either be acted on
or reported.
EmptyCatchBlock (Priority: 3, Ruleset: Error Prone)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_errorprone.html#emptycatchblock
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L268
Application with hard-coded IP addresses can become impossible to deploy in some cases.
Externalizing IP adresses is preferable.
AvoidUsingHardCodedIP (Priority: 3, Ruleset: Best Practices)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_bestpractices.html#avoidusinghardcodedip
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L270
Empty Catch Block finds instances where an exception is caught, but nothing is done.
In most circumstances, this swallows an exception which should either be acted on
or reported.
EmptyCatchBlock (Priority: 3, Ruleset: Error Prone)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_errorprone.html#emptycatchblock
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L282
Useless parentheses should be removed.
UselessParentheses (Priority: 4, Ruleset: Code Style)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_codestyle.html#uselessparentheses
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L288
Empty Catch Block finds instances where an exception is caught, but nothing is done.
In most circumstances, this swallows an exception which should either be acted on
or reported.
EmptyCatchBlock (Priority: 3, Ruleset: Error Prone)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_errorprone.html#emptycatchblock
|
src/main/java/de/rwth/idsg/steve/JettyServer.java#L292
Application with hard-coded IP addresses can become impossible to deploy in some cases.
Externalizing IP adresses is preferable.
AvoidUsingHardCodedIP (Priority: 3, Ruleset: Best Practices)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_bestpractices.html#avoidusinghardcodedip
|
src/main/java/de/rwth/idsg/steve/config/BeanConfiguration.java#L47
Reports import statements that can be removed. They are either unused,
duplicated, or the members they import are already implicitly in scope,
because they're in java.lang, or the current package.
UnnecessaryImport (Priority: 4, Ruleset: Code Style)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_codestyle.html#unnecessaryimport
|
src/main/java/de/rwth/idsg/steve/config/BeanConfiguration.java#L52
Reports import statements that can be removed. They are either unused,
duplicated, or the members they import are already implicitly in scope,
because they're in java.lang, or the current package.
UnnecessaryImport (Priority: 4, Ruleset: Code Style)
https://pmd.github.io/pmd-6.49.0/pmd_rules_java_codestyle.html#unnecessaryimport
|
The logs for this run have expired and are no longer available.
Loading