0

How to go about disabling javadoc sonar check on a specific class? (We don't want to clutter up some short boiler-plate method with unusefull javadoc).

Is there a more specific key than @SuppressWarnings("all")?

4

2 回答 2

2

请参阅关闭违规插件:http ://docs.codehaus.org/display/SONAR/Switch+Off+Violations+Plugin

于 2013-09-24T20:02:17.700 回答
1

此功能将作为 SonarQube 4.0 的核心功能提供。

你可以看看https://jira.codehaus.org/browse/SONAR-3644

于 2013-09-25T08:03:09.820 回答