Is there a plugin to show compiler warnings in Hudson and / or Sonar?

link|improve this question
May be 'sourceforge.net/projects/sanity4j/'; – Shahzeb Sep 23 '11 at 5:34
feedback

1 Answer

Hudson/Jenkins has the Warnings plugin. There's no similar plugin for Sonar, but I'm wondering if the compiler checks are redundant with the many checks embedded in Sonar (Checkstyle, Sonar Squid, PMD, Findbugs, ...).

link|improve this answer
This looks promising - I will try that. Yes Checkstyle, Findbugs, etc gives a lot of feedback, but I am interested in usage of deprecated classes/methods and I know that this info is spit out as compiler warning. – redsofa Sep 26 '11 at 3:13
2  
You can simply activate the rule "Avoid use of deprecated method" in Sonar. No need for plugins ! – Simon Brandhof Oct 2 '11 at 19:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.