Skip to content

Commit

Permalink
Merge pull request #35 from basil/spotbugs
Browse files Browse the repository at this point in the history
Remove unnecessary SpotBugs exclusion
  • Loading branch information
jglick committed Dec 21, 2022
2 parents 90a00fc + d232c9f commit a706108
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ private static <T> T retrySCMOperation(TaskListener listener, Callable<T> task)
return ret;
}

@SuppressFBWarnings(value = "RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE", justification = "apparently bogus complaint about redundant nullcheck in try-with-resources")
static void doRetrieve(String name, boolean changelog, @NonNull SCM scm, String libraryPath, FilePath target, Run<?, ?> run, TaskListener listener) throws Exception {
// Adapted from CpsScmFlowDefinition:
SCMStep delegate = new GenericSCMStep(scm);
Expand Down

0 comments on commit a706108

Please sign in to comment.