Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365290

Summary: [xtend] Imports don't work with quoted package name segments
Product: [Tools] Xtend Reporter: Jan Koehnlein <jan>
Component: CoreAssignee: Project Inbox <xtend-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: sven.efftinge
Version: 2.2.0Flags: sven.efftinge: kepler+
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.