File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/jenkinsci/plugins/workflow/steps Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >org.jenkins-ci.plugins</groupId >
3030 <artifactId >plugin</artifactId >
31- <version >5.5 </version >
31+ <version >5.9 </version >
3232 <relativePath />
3333 </parent >
3434 <groupId >org.jenkins-ci.plugins.workflow</groupId >
Original file line number Diff line number Diff line change 2626
2727import com .google .common .base .Predicate ;
2828import com .google .common .collect .Iterables ;
29- import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
3029import hudson .ExtensionList ;
3130import hudson .FilePath ;
3231import hudson .Launcher ;
@@ -276,7 +275,6 @@ public static ExtensionList<StepDescriptor> all() {
276275 */
277276 public static Iterable <StepDescriptor > allMeta () {
278277 return Iterables .filter (all (), new Predicate <StepDescriptor >() {
279- @ SuppressFBWarnings (value ="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" , justification ="all() will not return nulls" )
280278 @ Override
281279 public boolean apply (StepDescriptor i ) {
282280 Class <?> a = i .getMetaStepArgumentType ();
You can’t perform that action at this time.
0 commit comments