i need a PMD java class for checking comments on java code. I am working on MyEclipse IDE. any idea?
A:
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
Bivas
2010-10-19 07:08:52
thanks for the reply. I just want to develop that functionality in PMD plugin.
hemanth
2010-10-19 10:12:31