Open Alex-Vol-SV opened 6 years ago
The new logic exposed this incorrect usage from this plugin. Had to add null guard because this is failing a findbugs test although the .get() method is marked with @Nonnull annotation in the Jenkins core class.
This fixes #148
+1
Unmaintained repo, unrelated to the Jenkins Project FYI. See https://github.com/nemccarthy/stash-pullrequest-builder-plugin/issues/158
The new logic exposed this incorrect usage from this plugin. Had to add null guard because this is failing a findbugs test although the .get() method is marked with @Nonnull annotation in the Jenkins core class.
This fixes #148