我正在编写自己的Eclipse Checkstyle插件。我想查看方法中的参数数量,但我不想考虑@Override方法的参数。
这是我在XML文件中的当前代码,目前检查所有方法:
<module name="ParameterNumber">
<property name="max" value="7" />
<property name="tokens" value="METHOD_DEF" />
</module>
编辑:我不想使用SuppressWarnings-Notation
答案 0 :(得分:0)
以下是我在google群组上发布的解决方案: https://groups.google.com/forum/#!topic/checkstyle/5IK0DwLUC6c