blob: 10368c34dbe03a240965ee1ecec0a27660b2a79c [file] [log] [blame]
<FindBugsFilter>
<!--
The m_logService field of the Log" class is injected by the Activator.
-->
<Match>
<Class name="org.apache.felix.dm.runtime.Log" />
<Bug pattern="UWF_UNWRITTEN_FIELD" />
</Match>
<Match>
<Class name="org.apache.felix.dm.runtime.Log" />
<Bug pattern="NP_UNWRITTEN_FIELD" />
</Match>
</FindBugsFilter>