my best workflow so far.
Thought I'd share a way Ive found to work with PMD and the eclipse plug-in when adding the nature to a project which already has quite a lot of code.
1. add the pmd nature
2. turn on Monitorize
First i tried just doing a clean build hoping all the code would be tested. it either didnt work or I think just stopped cus of too many files
anyway, what ive now done to good effect is this.
Go through each folder, or master package and do a manual PMD run (this also then displays the results in the flexPMD view panel, which wasnt happening when pmd was auto run by a build)
once Ive gone through each folder and done a manual run, the errors etc in the problems panel just agregate nicely. Now I have a fully tested start point
from then on only files I change and save are tested, during the build cycle, and all seems to be running very well.
It helps a great deal if you set up a second problems panel just for pmd results.
It's taken me a while to find this (although obvious) workflow, but now for the first time I have a fully tested code base that only retests changed files.
and thanks for the 2500 problems lol
I've found working this way to have the best results so far.
builder 4
sdk4 trunk
pmd trunk
glenn
ps - typos - i've only been awake 30 minutes and still on first espresso!
