Exclude Sonar rules that are not working with jdt.annotation
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 23 Nov 2015 23:23:02 +0000 (18:23 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 25 Nov 2015 21:21:40 +0000 (16:21 -0500)
commiteebe63f93a770b0d7007c3fe34404e72dc218513
tree6335862665e38f6efaa4709cf4dc0ed17078fb23
parenta83a4189de9f6d5ba4e8888a97411bdfe850af6a
Exclude Sonar rules that are not working with jdt.annotation

Since we have moved to jdt.annotation 2.0, a few Sonar rules (FindBugs)
do not work properly and report false positives. This resulted in
around 460 false issues in Sonar. We can disable those rules for now
until the problem is resolved. A bug report was filled at the FindBugs
project:
http://sourceforge.net/p/findbugs/bugs/1425/

The exclusions are done in the pom.xml so that any Sonar server can
benefit from this fix.

Change-Id: I31db810bc8a38d96870d94d5192139e6d74527b6
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/61292
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
pom.xml
This page took 0.024595 seconds and 5 git commands to generate.