AbstractRule is been depreciated according to PMD's online API.
I was looking through the tutorial on how to write a PMD rule and we should
use AbstractJavaRule instead of AbstractRule because of the reason stated
above.
Just a minor thing, but at the same time, it will be updated for the sake of
other programmers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, you are right. Thanks for noticing. Would mind fixing the documentation
and submit a patch for it ? (it's pretty easy, just checkout pmd's source code
from SVN, and fix the associated xdocs page).
Thanks !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
AbstractRule is been depreciated according to PMD's online API.
I was looking through the tutorial on how to write a PMD rule and we should
use AbstractJavaRule instead of AbstractRule because of the reason stated
above.
Just a minor thing, but at the same time, it will be updated for the sake of
other programmers.
Yes, you are right. Thanks for noticing. Would mind fixing the documentation
and submit a patch for it ? (it's pretty easy, just checkout pmd's source code
from SVN, and fix the associated xdocs page).
Thanks !
I've tried to do that, but when I try to checkin the file:
https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/5.0-alpha/src/site/x
docs/howtowritearule.xml
I receive an auth error, do I need some permissions?
Thanks