|
@@ -2,4 +2,21 @@
|
|
|
<Match>
|
|
|
<Package name="org.apache.hadoop.record.compiler.generated" />
|
|
|
</Match>
|
|
|
+ <Match>
|
|
|
+ <Bug pattern="EI_EXPOSE_REP" />
|
|
|
+ </Match>
|
|
|
+ <Match>
|
|
|
+ <Bug pattern="EI_EXPOSE_REP2" />
|
|
|
+ </Match>
|
|
|
+ <Match>
|
|
|
+ <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
|
|
|
+ </Match>
|
|
|
+ <Match>
|
|
|
+ <Class name="~.*_jsp" />
|
|
|
+ <Bug pattern="DLS_DEAD_LOCAL_STORE" />
|
|
|
+ </Match>
|
|
|
+ <Match>
|
|
|
+ <Field name="_jspx_dependants" />
|
|
|
+ <Bug pattern="UWF_UNWRITTEN_FIELD" />
|
|
|
+ </Match>
|
|
|
</FindBugsFilter>
|