简体   繁体   中英

Adding new java based PMD rule in eclipse pmd plugin

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.

I am able to add new rule in eclipse plugin..

Please follow this article.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM