Upon investigation, I found it to have no effect on class file names of user-declared classes even with plain scalac. So what's the meaning of this property? Does it only have an effect on synthetic classes generated (and referenced) by the compiler?
On Tue, Nov 13, 2012 at 5:23 AM, Peter Niederwieser <pnie...@gmail.com> wrote:
Upon investigation, I found it to have no effect on class file names of user-declared classes even with plain scalac. So what's the meaning of this property? Does it only have an effect on synthetic classes generated (and referenced) by the compiler?What is the definition of "no effect" ? These class names don't look unmolested
I don't see any effect on my top-level class whose name is 200 characters long. The class file is named exactly like the class. Are you saying that this only has an effect on nested classes?