Add null checks when fetching culprits in builds with SCM #26261
+98
−1
ci.jenkins.io / SpotBugs
failed
Feb 5, 2026
2 new issues
| Total | New | Outstanding | Fixed | Trend |
|---|---|---|---|---|
| 2 | 2 | 0 | 0 | 👎 |
Reference build: Core » jenkins » master #8186
Details
Severity distribution of new issues
| Error | Warning High | Warning Normal | Warning Low |
|---|---|---|---|
| 0 | 0 | 2 | 0 |
Annotations
Check warning on line 101 in core/src/main/java/jenkins/scm/RunWithSCM.java
ci-jenkins-io / SpotBugs
US_USELESS_SUPPRESSION_ON_METHOD
NORMAL:
Suppressing annotation DCN_NULLPOINTER_EXCEPTION on the method jenkins.scm.RunWithSCM.getCulprits() is unnecessary
Raw output
no message found
Check warning on line 107 in core/src/main/java/jenkins/scm/RunWithSCM.java
ci-jenkins-io / SpotBugs
DCN_NULLPOINTER_EXCEPTION
NORMAL:
Do not catch NullPointerException like in new jenkins.scm.RunWithSCM$1(RunWithSCM, Set)
Raw output
no message found
Loading