Eclipse插件CheckStyle常用输出说明

本文列举了常见的Java代码规范问题,包括类型说明缺失、方法注释不足、格式问题、冗余修饰符、非法导入等问题,并提供了具体的例子。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1 、Type is missing a javadoc commentClass  缺少类型说明

2、“{” should be on the previous line “{” 应该位于前一行

3、Methos is missing a javadoc comment方法前面缺少javadoc注释

4、Expected @throws tag for “Exception”在注释中希望有@throws的说明

5、“.” Is preceeded with whitespace “.” 前面不能有空格

6、“.” Is followed by whitespace“.” 后面不能有空格

7、“=” is not preceeded with whitespace“=” 前面缺少空格

8、“=” is not followed with whitespace“=” 后面缺少空格

9、“}” should be on the same line“}” 应该与下条语句位于同一行

10、Unused @param tag for “unused”没有参数“unused”,不需注释

11、Variable “CA” missing javadoc变量“CA”缺少javadoc注释

12、Line longer than 80characters行长度超过80

13、Line contains a tab character行含有”tab” 字符

14、Redundant “Public” modifier冗余的“public” modifier

15、Final modifier out of order with the JSL suggestionFinal modifier的顺序错误

16、Avoid using the “.*” form of importImport格式避免使用“.*”

17、Redundant import from the same package从同一个包中Import内容

18、Unused import-java.util.listImport进来的java.util.list没有被使用

19、Duplicate import to line 13重复Import同一个内容

20、Import from illegal package从非法包中 Import内容

21、“while” construct must use “{}”“while” 语句缺少“{}”

22、Variable “sTest1” must be private and have accessor method变量“sTest1”应该是private的,并且有调用它的方法

23、Variable “ABC” must match pattern “^[a-z][a-zA-Z0-9]*$”变量“ABC”不符合命名规则“^[a-z][a-zA-Z0-9]*$”

24、“(” is followed by whitespace“(” 后面不能有空格 25“)” is proceeded by whitespace“)” 前面不能有空格

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值