|
The osgi commit introduced some findbugs regressions. SWITCHYARD-2020 should exclude for now these but we should investigate whether the issues are something that should be fixed or whether we should keep the excludes.
The excludes placed were all on regressions in core - you can see them in this build http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard/631/findbugsResult/ (hopefully it is still around) or if that build file is no longer there, you can generate them by removing the exceptions below :
SIC_INNER_SHOULD_BE STATIC :
org.switchyard.deploy.osgi.internal
org.switchyard.deploy.osgi.base
JLM_JSR166_UTILCONCURRENT_MONITORENTER:
org.switchyard.deploy.osgi.internal
org.switchyard.deploy.osgi.base
DMI_BLOCKING_METHODS_ON_URL :
org.switchyard.deploy.osgi.internal
WMI_WRONG_MAP_ITERATOR:
org.switchyard.deploy.osgi.internal
|