FlexPMD is an eclipse plugin that detects common bad practices in your AS3 or Flex code.
The installation process is the same for all Eclipse-based editors, like FDT or Flash Builder.
- Go to Help>Install New Software:

- Type in:
http://opensource.adobe.com/svn/opensource/flexpmd/plugin/trunk/flex-pmd-eclipse-plugin-site
Select FlexPMD:
- Click Next, Next, Accept T&C, Finish
- Restart Flash Builder when prompted.
- Download the FlexPMD Command line tools from here:
http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/com/adobe/ac/flex-pmd/1.1/flex-pmd-all-in-one-bundle-1.1.zip - Unzip the zip file somewhere (eg. ~/tools)
- In Flash Builder(or FDT) go to Preferences>FlexPMD:

- Click Browse next to: FlexPMD Command Line Installation
Browse to your unzipped folder and select: flex-pmd-command-line-1.1.jar
How to use FlexPMD
- Right click on your project in the Package Explorer
go to FlexPMD>Run FlexPMD:

- You can see the results in the FlexPMD View:

Note:
The reason for FlexPMD not to show any results is probably because you have spaces in the full absolute path to the folder you want to check (e.g. C:\users\yourusername\…\Flash Builder Workspace\yourprojectname\src). FlexPMD doesn’t seem to like spaces and crashes silently.
Another important thing is that FlexPMD needs to have the rights to write it’s results to disk. In Windowns 7 this also may cause FlexPMD to crash silently.
You can fix this problem by changing the FlexPMD preferences (Flash Builder>Window>Preferences>FlexPMD) where it says “Java command line” to “java -Xmx256m -Djava.io.tmpdir=C:\Users\[yourusername]\AppData\Local\Temp”
转载:http://zoltanb.co.uk/how-to-install-flexpmd-in-flex-builder-4-5/
本文详细介绍了如何在Eclipse-based编辑器如Flash Builder中安装FlexPMD插件,并提供了配置步骤及常见问题解决方案。FlexPMD是一款用于检测AS3和Flex代码中常见不良编程实践的工具。
652

被折叠的 条评论
为什么被折叠?



