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

Bug 370217

Summary: [classpathContainer] Sources are not linked properly
Product: [Tools] Xtend Reporter: Sebastian Zarnekow <sebastian.zarnekow>
Component: CoreAssignee: Project Inbox <xtend-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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