blob: 10368c34dbe03a240965ee1ecec0a27660b2a79c [file] [log] [blame]
Pierre De Rop682baf82011-01-27 22:00:11 +00001<FindBugsFilter>
2 <!--
3 The m_logService field of the Log" class is injected by the Activator.
4 -->
5 <Match>
6 <Class name="org.apache.felix.dm.runtime.Log" />
7 <Bug pattern="UWF_UNWRITTEN_FIELD" />
8 </Match>
9 <Match>
10 <Class name="org.apache.felix.dm.runtime.Log" />
11 <Bug pattern="NP_UNWRITTEN_FIELD" />
12 </Match>
13</FindBugsFilter>