Skip to content
Snippets Groups Projects
Commit 51dd04ee authored by Andreas Wundsam's avatar Andreas Wundsam
Browse files

findbugs-exclude: exclude warnings about thrift generated files

parent a62e792a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,12 @@
<Bug pattern="SF_SWITCH_NO_DEFAULT,EI_EXPOSE_REP" />
</Match>
<Match>
<!-- Exclude warnings in generated thrift class files -->
<Class name="~net\.floodlightcontroller\.packetstreamer\.thrift\..*" />
<Bug pattern="CN_IDIOM,DLS_DEAD_LOCAL_STORE" />
</Match>
<!-- checks disabled because of too many false positives -->
<Match>
<!-- BC_UNFIRMED_CAST complains about too many pseudo violations, where
......
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