Skip to content

Commit a706108

Browse files
authored
Merge pull request #35 from basil/spotbugs
Remove unnecessary SpotBugs exclusion
2 parents 90a00fc + d232c9f commit a706108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/libs/SCMSourceRetriever.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ private static <T> T retrySCMOperation(TaskListener listener, Callable<T> task)
172172
return ret;
173173
}
174174

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

0 commit comments

Comments
 (0)