1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Findbugs: Update filter to exclude remaining RSE artifacts

This commit is contained in:
Uwe Stieber 2015-02-18 15:12:12 +01:00
parent 97383321fb
commit bcc7f05ec5

View file

@ -65,6 +65,7 @@
<Method name="start" params="org.osgi.framework.BundleContext" returns="void"/>
<Method name="stop" params="org.osgi.framework.BundleContext" returns="void"/>
<Class name="~.*\.Activator"/>
<Class name="~.*\..*Plugin"/>
</Or>
</Match>