Automated Java to Scala source code conversion? [closed]
IntelliJ kinda, sorta, does this. You need to open a project with your Java sources. You can then copy/paste expressions, methods, or entire classes in to a .scala file. This converts to equivalent Scala code. The fidelity of conversion isn’t perfect, and, for this reason, it doesn’t support a bulk conversion yet. I recommend using … Read more