Glyn Normington | 3b3b3cc | 2010-05-21 15:55:25 +0100 | [diff] [blame] | 1 | <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> |