Checkstyle for ActionScript (Flex)

HI, I am currently working on a project that uses Flex and Java. In Java, we easily apply the coding standard with Checkstyle, and we want to do this for Flex.

Does anyone know a tool like Checkstyle that would allow standard coding checks? (I searched this for a search, but found only one project written in python and its seams left)

thanks

+7
flex actionscript coding-style
source share
3 answers

Long and short is what it is ... a view, but only for ActionScript, and you have to test it yourself ... There is a prototype version of ActionScript 3, but not yet in Beta (and I admit that I did not have time check her out). I did not find anything similar for XML, not to mention MXML. However, this is at least one feature request list for Flex 4.

+1
source share

I am also working on a project using Flex and Java. Like you, in Java, we easily use plugins like checkstyle, findBug, javaNcss or PMD. My personal project is to do this for Flex. I tested the prototype "checkStyleas3", but it just checks that the source code en returns 0 or -1 as the result. This way you will have (and actually) to implement this prototype if you want to do more.

0
source share
0
source share

All Articles