Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370217 - [classpathContainer] Sources are not linked properly
Summary: [classpathContainer] Sources are not linked properly
Status: CLOSED WORKSFORME
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 09:33 EST by Sebastian Zarnekow CLA
Modified: 2012-11-08 04:58 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Zarnekow CLA 2012-01-31 09:33:19 EST
1) create a new Java project
2) create XtendClass.xtend
3) use the quick fix
4) type

def foo(java.util.List<String> something) {
  something.map(null)
}

5) try to navigate to #map and notice that sources are missing