Skip to content
Snippets Groups Projects
Commit 97db930d authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

spotless edits

parent af9649eb
No related branches found
No related tags found
1 merge request!265Increment guava
......@@ -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="&lt;init&gt;" />
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment