Checkstyle检查ParameterNumber而不覆盖方法

时间:2014-12-02 12:27:47

标签: eclipse-plugin checkstyle

我正在编写自己的Eclipse Checkstyle插件。我想查看方法中的参数数量,但我不想考虑@Override方法的参数。

这是我在XML文件中的当前代码,目前检查所有方法:

<module name="ParameterNumber">
            <property name="max" value="7" />
            <property name="tokens" value="METHOD_DEF" />
</module>

编辑:我不想使用SuppressWarnings-Notation

1 个答案:

答案 0 :(得分:0)

以下是我在google群组上发布的解决方案: https://groups.google.com/forum/#!topic/checkstyle/5IK0DwLUC6c