neuralnet.twod.NeuronSquareMesh2D: Allow switch statement fallthrough
This commit is contained in:
parent
a77999bb84
commit
ff7adb8f9d
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue