hello all, i am trying to write a java pmd rule to check source code comments. The rule should be able to identify all the method and variable declarations. If any method/variable declares without comment, the rule should give a warning as method/variable created without comments. any idea will be appreciated.......!