Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328938 - Java generation : "import static" are generated without qualifier
Summary: Java generation : "import static" are generated without qualifier
Status: CLOSED FIXED
Alias: None
Product: MoDisco
Classification: Modeling
Component: Technologies (show other bugs)
Version: 0.8.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.8.2   Edit
Assignee: Fabien Giquel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 11:06 EDT by Fabien Giquel CLA
Modified: 2011-05-23 09:33 EDT (History)
3 users (show)

See Also:
fabien.giquel: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabien Giquel CLA 2010-10-28 11:06:26 EDT
For following java code, (java discovery + java generation) results in loss of qualifier in import :

import static junit.framework.Assert.assertEquals;
Comment 1 Fabien Giquel CLA 2010-10-28 11:38:11 EDT
A fix has been committed into 0.9.0 branch (revision 3545).
Comment 2 Fabien Giquel CLA 2010-10-28 12:53:24 EDT
A fix has been committed into 0.8.0 branch (revision 3546)
Comment 3 Hugo Bruneliere CLA 2011-01-11 05:09:09 EST
Bug fixed.