ci.jenkins.io / SpotBugs
failed
Jan 10, 2025
1 new issue
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
1 | 1 | 0 | 0 | 👎 |
Reference build: Plugins » bitbucket-branch-source-plugin » master #543
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 1 | 0 |
Annotations
ci-jenkins-io / SpotBugs
NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
NORMAL:
Possible null pointer dereference in com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource.setServerUrl(String) 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>
Loading