FlexPMD – improve overall quality
September 2nd, 2009
We have many tools to analyze C#, Java, PHP source code. Now there is a time for Flex and ActionScript tool provided by adobe opensource free market. FlexPMD is set of tools to analyze, measure, rank and report code quality. Based on fameous PDM Java Project have a great oportunity to become an important part in build process (support for ant task).
FlexPMD features:
- Unused code (functions, variables, constants, etc.)
- Inefficient code (misuse of dynamic filters, heavy constructors, etc.)
- Over-complex code (nested loops, too many conditionals, etc.)
- Over-long code (classes, methods, etc.)
- Incorrect use of the Flex component lifecycle (commitProperties, etc.)
Please take a closer look, code review is often in the hands of quality department, make sure that developers use FlexPMD in Your project. I will check it tomorrow!





