Eclipse Flex PMD plugin
Posted by gwinnem on November 19, 2009
I stumpled over the source code to a opensource project at adobe which looks like it is a project where they plan todo a eclipse plugin for flex PMD.
I hope they will finnish it and release it soon, because the tool is excellent but i really hate running it and then uploading the result to the violation viewer.
I could have done this automatically using ant , maven together with CI software like hudson, but since im working in a small company its abit overhead to
setup a CI system.
Screendump of output

Example bat file i use to generate output
java -Xmx256m -jar c:\flex-pmd\flex-pmd-command-line-1.0.RC3.jar -s ./src/ -o ./pmd/ -r C:\flex-pmd\pmd.xml pause
Links:
- Flex PMD homepage
- Code repository
- Ruleset creator
- Finding worst practices in your code
- Adobe forum about FlexPMD
- FlexPMD with ANT
Advertisement


Xavi Beumala said
The eclipse plugin is now live: http://www.rialvalue.com/blog/2009/12/10/flexpmd-eclipse-plugin-flexpmd-10-flexcpd-10-flexmetrics-released/
hope you like it