Community
Participate
Working Groups
Build Identifier: 20110615-0604 ; Xtext 2.0.1.v201108020636 I use "org.foo.Class" and "java.lang.Class" in my Xtend (2.0.1) file. I specified both classes by their full qualified name. In the generated java file "org.foo.Class" is imported. Unfortunately the java.lang prefix has been removed and my "java.lang.Class" is identified as "org.foo.Class" by the java compiler. Reproducible: Always Steps to Reproduce: 1. Create an xtend File 2. Use a class of the java.lang package and any other class with the same name 3. Let the Xtext builder build java files
Fied in HEAD. Please verify.
Verified