开发者

pmd rule for checking java code for comments

开发者 https://www.devze.com 2023-01-20 07:55 出处:网络
i need a PMD java class for checking comments 开发者_高级运维on java code. I am working on MyEclipse IDE. any idea?You don\'t need a PMD rule, you can use the internal compiler to raise missing docume

i need a PMD java class for checking comments 开发者_高级运维on java code. I am working on MyEclipse IDE. any idea?


You don't need a PMD rule, you can use the internal compiler to raise missing documentation as warning (or even error).

Look under Eclipse preferences -> Java -> Compiler -> JavaDoc

0

精彩评论

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