There seems to be so many code analysis tools supporting the java language, but I am so far unable to find one that supports scala (something simple like finding LOC would be nice)? I'm working in intellij so have tried metricsReloaded and Static plugins, but they are completely ignoring the scala files.
Any suggestions would be appreciated.. :)
Edit: Metrics needed is just something like lines of code, lines of comment (% of comments), simple stuff like that
Edit: Thanks everyone, both answers were useful. :) I had to just choose an arbitrary "correct" answer (just gave it to the one with least votes up.