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 730103e commit aa5e405Copy full SHA for aa5e405
hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml
@@ -726,12 +726,4 @@
726
<Package name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.schema" />
727
</Match>
728
729
- <!-- The ServiceScheduler#createConfigFileCache method uses the `load` method,
730
- which is not allowed to return null; we can ignore it here. -->
731
- <Match>
732
- <Class name="org.apache.hadoop.yarn.service.ServiceScheduler"/>
733
- <Method name="$1.load(ConfigFile)" />
734
- <Bug pattern="NP_NONNULL_RETURN_VIOLATION"/>
735
- </Match>
736
-
737
</FindBugsFilter>
0 commit comments