Originally I was using the underscore _
as a class name. The new Java8 compiler complains that it \"might not be supported after Java SE 8\". I changed
Yes, to be pedantic about answering your question there is a risk. As some other folks have mentioned, it violates java naming conventions. So the risk is that with future versions of the JDK this may cause problems. But beyond that, and some issues if you try to use nested classes you should be fine.