0

Is thre any program which uses static analysis to look for bugs in actionscript code?

Amarghosh
  • 58,710
  • 11
  • 92
  • 121
Roman Kagan
  • 10,440
  • 26
  • 86
  • 126
  • 3
    Are you going to go through every language with this question? You even copy/pasted the same misspelling from your last question. http://stackoverflow.com/questions/1598882/is-thre-any-program-which-uses-static-analysis-to-look-for-bugs-in-scala-code – Robert Harvey Oct 21 '09 at 05:34

1 Answers1

1

FlexPMD is probably the only thing resembling this. You can tune/train it to fit your needs.

Joel Hooks
  • 6,465
  • 4
  • 33
  • 39