Preferences > [Language] > Code Style\" to suggest conventions, but thes" />
开发者

Code standard (not style) enforcer for Eclipse

Is there some coding standard enforcer for u开发者_JAVA百科se with Eclipse (a plugin or something)? I know I can use "Window > Preferences > [Language] > Code Style" to suggest conventions, but these are not enforced.

In other words, I want Coding standard violations to be marked as "Errors" and Coding style violations as "Warnings".

Thanks and regards, Karthick S.


You got several options to do that :

  • PMD http://pmd.sourceforge.net/eclipse/
  • Eclipse Checkstyle http://checkstyle.sourceforge.net/
  • Findbugs http://findbugs.sourceforge.net/
  • You can also integrate these plugins with your CI Server, for example Sonar For Hudson. Note that since 2011, Hudson has changed it's name to Jenkins. http://wiki.hudson-ci.org/display/HUDSON/Sonar+plugin


Eclipse checkstyle plugin should do this :)


have a look at http://pmd.sourceforge.net/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜