Bug 476796 - [j2x] avoid use of '::' for static member access
Summary: [j2x] avoid use of '::' for static member access
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.8.4   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-07 09:19 EDT by Jan Koehnlein CLA
Modified: 2015-09-07 09:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Koehnlein CLA 2015-09-07 09:19:38 EDT
I stumbled across a number of situations where J2X converted '.' to '::' for static member access which resulted wrong Xtend.

Examples include
1) Referencing a nested annotation 
2) imports
3) ...

Unfortunately, I've lost the reproducible examples.