开发者

java tool to check naming convention

开发者 https://www.devze.com 2023-04-04 12:39 出处:网络
from eclipse, I\'m 开发者_JAVA百科using Junit4 to write some java tests to control the GUI I\'m looking for a tool open source that check naming conventions : upper case,lower case int he case of vari

from eclipse, I'm 开发者_JAVA百科using Junit4 to write some java tests to control the GUI I'm looking for a tool open source that check naming conventions : upper case,lower case int he case of variables, functions ,...etc what do you recommend me as a practical tool ?

thanks,


Checkstyle should meet your needs and can be had via an Eclipse plugin.


checkstyle. Most likely there is a plugin for your IDE. There is also a plugin for jenkins/hudson

0

精彩评论

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