Community
Participate
Working Groups
Create a new program "Prog1" in package "a.b.C". It doesn't need to contain anything. Generate it to Java. The output file is in the lowercased package "a.b.c" but the file has a bad import: import a.b.C.Prog1; It should be a lowercase 'c'.
I made the fix in /org.eclipse.edt.gen.java.templates/src/org/eclipse/edt/gen/java/templates/PartTemplate.java. Package names in imports were not being aliased.
Verified in latest CVS