Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365290 - [xtend] Imports don't work with quoted package name segments
Summary: [xtend] Imports don't work with quoted package name segments
Status: CLOSED FIXED
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 05:45 EST by Jan Koehnlein CLA
Modified: 2017-10-31 11:31 EDT (History)
1 user (show)

See Also:
sven.efftinge: kepler+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Koehnlein CLA 2011-12-01 05:45:02 EST
Steps to reproduce:
Given a Java class "Foo" in the package "extension" try the following Xtend snippet:

  import ^extension.Foo

  class Bar {
    Foo foo0      // cannot be linked
    ^extension.Foo foo1 // works
  }
Comment 1 Sven Efftinge CLA 2012-11-08 04:31:28 EST
has been fixed in the meantime.
Comment 2 Eclipse Webmaster CLA 2017-10-31 11:31:18 EDT
Requested via bug 522520.

-M.