Netbeans +格子风格
有人有在 netbeans 7 中使用 checkstyle 的经验吗?我安装了插件,并且选择了配置文件,但没有看到任何错误或承诺的“注释”。有什么建议吗?我需要做些什么才能让它开始工作吗?我在插件菜单中激活了该插件。
Does anyone have experience using checkstyle in netbeans 7? I have the plugin installed, and I have selected my configuration file but I'm not seeing any errors or the promised "annotation". Any suggestions? Is there something I need to do to get it to start working? I have the plugin activated in the plugins menu.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请按照此文章中的说明进行操作。安装插件后,您可能需要重新启动 Netbeans。代码违规应以注释形式显示在行号间距上。
然后,您可以转到工具/选项/质量/checkstyle 选项卡来设置自定义 checkstyle 配置文件。
不确定这是否重要,但请确保您的自定义 checkstyle.xml 使用 Check Configuration 1.3 版本。
Follow the directions in this article. You might need to restart Netbeans after installing the plugins. Code violations should appear as annotations on the line number gutter.
You can then go to the tools/options/quality/checkstyle tab to set your custom checkstyle configuration files.
Not sure if this is important but make sure that your custom checkstyle.xml uses the Check Configuration 1.3 version.