Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Findbugs analysis with Sonar

Hi all,

After noticing and working around some issues related to support of "nested jar builds" ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=413047 ), I could enable FindBugs analysis with Sonar in the Platform-Sonar job.
Here is the output: https://dev.eclipse.org/sonar/dashboard/index/25482

It shows many more violations, which are actually Findbugs one. Nothing related to codestyle as FindBugs analyzes bytecode. Some violations are pretty interesting, as usual with FindBugs.

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top