diff --git a/gradle/spotbugs-filter.xml b/gradle/spotbugs-filter.xml index 6eb2a4d24f1e2a76111222ea09508d30b6f4537c..e06b26cc4ac845ffd60cb98793b6955ba7b3d6c2 100644 --- a/gradle/spotbugs-filter.xml +++ b/gradle/spotbugs-filter.xml @@ -13,12 +13,11 @@ <Bug code="NP" /> </Match> - <!-- - MultimapBuilders are causing null dereferences but it's not clear - where to place a checkNotNull in the inlined builder method chain. - --> + <!-- MultimapBuilders are causing null dereferences but it's not clear where + to place a checkNotNull in the inlined builder method chain. --> <Match> - <Class name="gov.usgs.earthquake.nshmp.calc.Transforms$ClusterGroundMotionsToCurves" /> + <Class + name="gov.usgs.earthquake.nshmp.calc.Transforms$ClusterGroundMotionsToCurves" /> <Method name="apply" /> <Bug code="NP" /> </Match> @@ -28,11 +27,12 @@ <Bug code="NP" /> </Match> <Match> - <Class name="gov.usgs.earthquake.nshmp.calc.Disaggregation$ImtDisagg" /> + <Class + name="gov.usgs.earthquake.nshmp.calc.Disaggregation$ImtDisagg" /> <Method name="<init>" /> <Bug code="NP" /> </Match> - + <!-- https://spotbugs.readthedocs.io/en/stable/filter.html#rank --> <!-- TODO can we change this to higher rank or remove all together? --> <Match>