| Summary: | Java Generation : misplaced comments location at the end of a block | ||
|---|---|---|---|
| Product: | [Modeling] MoDisco | Reporter: | Fabien Giquel <fabien.giquel> |
| Component: | Technologies | Assignee: | Fabien Giquel <fabien.giquel> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | hugo.bruneliere, modisco.web-inbox |
| Version: | 0.9.0 | Flags: | fabien.giquel:
indigo+
|
| Target Milestone: | 0.9.0 M3 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
A fix has been commited into SVN (revision 3586) and associated JUnit test. Bug fixed. |
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 */ }