Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个 PMD java 类来检查对 java 代码的注释。我正在开发 MyEclipse IDE。任何的想法?
您不需要 PMD 规则,您可以使用内部编译器将缺少的文档作为警告(甚至错误)。
查看 Eclipse 首选项 -> Java -> 编译器 -> JavaDoc