We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df888d commit 6ec87b5Copy full SHA for 6ec87b5
core/src/main/java/jenkins/security/stapler/StaplerDispatchValidator.java
@@ -311,7 +311,6 @@ private void loadWhitelist(@NonNull List<String> whitelistLines) {
311
}
312
313
314
- @SuppressFBWarnings(value = "SIC_INNER_SHOULD_BE_STATIC", justification = "TODO needs triage")
315
private class Validator {
316
// lazy load parents to avoid trying to load potentially unavailable classes
317
private final Supplier<Collection<Validator>> parentsSupplier;
0 commit comments