Netbeans +格子风格

发布于 2024-12-03 10:58:25 字数 116 浏览 0 评论 0原文

有人有在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

卸妝后依然美 2024-12-10 10:58:25

请按照此文章中的说明进行操作。安装插件后,您可能需要重新启动 Netbeans。代码违规应以注释形式显示在行号间距上。

然后,您可以转到工具/选项/质量/checkstyle 选项卡来设置自定义 checkstyle 配置文件。

不确定这是否重要,但请确保您的自定义 checkstyle.xml 使用 Check Configuration 1.3 版本。

<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">

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.

<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文