问题
How can we add a new java based pmd rule in eclipse pmd plugin?
I am getting following error:
Invalid Class implementation.The class must be in plugin classpath and implement the rule interface.
I have extended rule class with AbstractRule class.
回答1:
I am able to add new rule in eclipse plugin..
Please follow this article.
来源:https://stackoverflow.com/questions/3564152/adding-new-java-based-pmd-rule-in-eclipse-pmd-plugin