Hi.
I feel a bit stupid about asking this, but I cant't find it...
Could someone give me the URL for the How to article about developing a fragment for PMD?
Thxs...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi..
I want to develop my own plugin which will extends the existing rules of PMD and also In my plugin I want to write my on own java rules or any other rules.
I am trying with different solutions but it is not working for any. Do you have any idea or example of this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I feel a bit stupid about asking this, but I cant't find it...
Could someone give me the URL for the How to article about developing a fragment for PMD?
Thxs...
Hi,
there is also an item in the online help of the plugin "How to.../use custom rulesets".
Also, there is a sample fragment in the CVS. The module is "pmd-eclipse-test-fragment".
Regards
Philippe.
I mean a fragment for the eclipse plugin :)
Levent Gurses wrote a nice article about PMD + Eclipse here:
http://www.eclipsezone.com/articles/pmd/
Is that the one you're thinking of?
Yours,
Tom
good!this help. thanks Tom
Hi..
I want to develop my own plugin which will extends the existing rules of PMD and also In my plugin I want to write my on own java rules or any other rules.
I am trying with different solutions but it is not working for any. Do you have any idea or example of this?
I have no real/ready to use example, but we have a test-fragment in the code, which uses the extension points of the pmd-eclipse-plugin:
https://github.com/pmd/pmd-eclipse-plugin/tree/master/net.sourceforge.pmd.eclipse.plugin.test.fragment
Maybe this can help you in getting started?