在netbeans和eclipse java之间共享格式化规则

发布于 2024-11-09 08:18:44 字数 128 浏览 0 评论 0原文

在项目中同时使用 Netbeans 和 Eclipse 时,采用通用代码 (java) 格式的最佳方法是什么?我一直在寻找解决方案,但找不到任何真正合适的解决方案。我把 jalopy 作为一个 Maven 插件来使用,但我正在寻找免费的东西。

What is the best way to have a common code (java) formatting when using both Netbeans and Eclipse in a project? I have been searching for a solution but cannot find anything really suitable. I came accross jalopy as a maven plugin but I'm looking for something which is free.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

夏尔 2024-11-16 08:18:44

当您使用 Maven 时,您可能想看看 Checkstyle 插件 。它与 Netbeans 项目设置集成,并且您拥有编辑器支持。我不知道 Eclipse 集成的质量如何,但至少您可以强制执行您喜欢的规则。

As you are using Maven you might want to have a look at the Checkstyle plugin. It's integrated with the Netbeans project settings and you have editor support. I don't know about the quality of Eclipse integration, but at least you can enforce the rules you like.

深海蓝天 2024-11-16 08:18:44

我们正在使用 Netbeans for Java 文件的 Eclipse Code Formatter 插件。我们在 Eclipse 中定义了格式化规则。

We are using Eclipse Code Formatter plugin for Netbeans for Java files. We have defined formatting rules in Eclipse.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文