在netbeans和eclipse java之间共享格式化规则
在项目中同时使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您使用 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.
我们正在使用 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.