neuralnet.twod.NeuronSquareMesh2D: Allow switch statement fallthrough

This commit is contained in:
aherbert 2021-06-09 15:02:38 +01:00
parent a77999bb84
commit ff7adb8f9d
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@
<Method name="sqrt"/>
<BugPattern name="FE_FLOATING_POINT_EQUALITY"/>
</Match>
<Match>
<!-- Benchmark state classes can expose internal representations -->
<Class name="org.apache.commons.math4.neuralnet.twod.NeuronSquareMesh2D"/>
<Method name="createLinks"/>
<BugPattern name="SF_SWITCH_FALLTHROUGH"/>
</Match>
<Match>
<!-- Benchmark state classes can expose internal representations -->