質問

I'm using the FindBugs eclipse plugin for static analysis and also Sonar. my problem is that category level of findbugs and sonar isn't same. findbugs reports bug pattern by rank value (scariest, scary, troubling, of concern) but sonar reports bug pattern by severity (blocker, critical, major, minor, info)

I really want to match these category in a view.

役に立ちましたか?

解決

You'd better use the SonarQube Eclipse plugin, this will bring you the following advantages:

  • no need to match whatever category: what you have in Eclipse is the same concept as what you see on the SonarQube server

  • you'll also get many other violations/issues, reported by SonarQube itself, Checkstyle or PMD

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top