Skip to content

Make code more readable.

ci.jenkins.io / SpotBugs failed Sep 15, 2023 in 0s

3 new issues

Total New Outstanding Fixed Trend
3 3 0 0 👎

Reference build: Plugins » font-awesome-api-plugin » master #322

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 3

Annotations

Check warning on line 110 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

LOW:
Possible null pointer dereference in io.jenkins.plugins.fontawesome.FontAwesomeIcons.lambda$collectIcons$0(Path) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 112 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

LOW:
Possible null pointer dereference in io.jenkins.plugins.fontawesome.FontAwesomeIcons.lambda$collectIcons$1(Map, Path) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>

Check warning on line 115 in src/main/java/io/jenkins/plugins/fontawesome/FontAwesomeIcons.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

LOW:
Possible null pointer dereference in io.jenkins.plugins.fontawesome.FontAwesomeIcons.lambda$collectIcons$1(Map, Path) due to return value of called method
Raw output
<p> The return value from a method is dereferenced without a null check, and the return value of that method is one that should generally be checked for null. This may lead to a <code>NullPointerException</code> when the code is executed. </p>