Community
Participate
Working Groups
Discovering this part of code, and generating java code from java model, leads up to to a misplaced comment : comment is generated at the begining of the block instead of the end. public static void main(String[] args) { int i = 1; /* a comment */ }
A fix has been commited into SVN (revision 3586) and associated JUnit test.
Bug fixed.