What are the most common mistakes that Java developers make when migrating to Scala?
By mistakes I mean writing a code that does not conform to Scala spirit, for example
It's quite simple: Java programmer will tend to write imperative style code, whereas a more Scala-like approach would involve a functional style.