Faults Class
There are currently two Faults
classes: nshmp.Faults
, nshmp.eq.fault.Faults
The only class using eq.fault.Faults
is eq.fault.surface.ApproxGriddedSurface
Once the methods required by ApproxGriddedSurface are migrated to nshmp.Faults
please remove the following in gradle/spotbugs-exclude-filter.xml:
<Match>
<Class name="gov.usgs.earthquake.nshmp.eq.fault.Faults" />
</Match