pmd rule for checking java code for comments

此生再无相见时 提交于 2019-12-11 07:35:42

问题


i need a PMD java class for checking comments on java code. I am working on MyEclipse IDE. any idea?


回答1:


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



来源:https://stackoverflow.com/questions/3965937/pmd-rule-for-checking-java-code-for-comments

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!