blob: b98ad71aa42b83fb0129e56f1e01b2d1bc85d03a [file] [log] [blame]
Glyn Normington3b3b3cc2010-05-21 15:55:25 +01001<FindBugsFilter>
2 <!-- Exclusions -->
3 <Match>
4 <Bug pattern="EI_EXPOSE_REP"/>
5 <Or>
6 <Class name="org.eclipse.virgo.kernel.config.internal.validate.KernelConfigPointSchemaWalker"/>
7 <Class name="org.eclipse.virgo.kernel.config.internal.validate.KernelConfigPointSchemaParser"/>
8 </Or>
9 <Method name="getTokenNames"/>
10 </Match>
11 <Match>
12 <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/>
13 <Class name="org.eclipse.virgo.kernel.config.internal.validate.KernelConfigPointSchemaParser$DFA15"/>
14 </Match>
15 <Match>
16 <Bug pattern="MS_PKGPROTECT"/>
17 <Or>
18 <Class name="org.eclipse.virgo.kernel.config.internal.validate.KernelConfigPointSchemaParser"/>
19 <Class name="org.eclipse.virgo.kernel.config.internal.validate.KernelConfigPointSchemaWalker"/>
20 </Or>
21 <Field name="tokenNames"/>
22 </Match>
23</FindBugsFilter>