Are there any tools for performing static analysis of Scala code?

Posted by Roman Kagan on Stack Overflow See other posts from Stack Overflow or by Roman Kagan
Published on 2009-10-21T05:28:32Z Indexed on 2010/04/28 1:03 UTC
Read the original article Hit count: 334

Are there any tools for performing static analysis of Scala code, similar to FindBugs and PMD for Java or Splint for C/C++? I know that FindBugs works on the bytecode produced by compiling Java, so I'm curious as to how it would work on Scala.

Google searches (as of 27 October 2009) reveal very little.

Google searches (as of 01 February 2010) reveal this question.

© Stack Overflow or respective owner

Related posts about scala

Related posts about static-analysis