Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343598 - [xbase] extension javadoc tooltip shows javadoc of class instead of method
Summary: [xbase] extension javadoc tooltip shows javadoc of class instead of method
Status: CLOSED FIXED
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.0.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: RC1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 13:35 EDT by Niko Stotz CLA
Modified: 2017-09-19 17:25 EDT (History)
1 user (show)

See Also:
sven.efftinge: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niko Stotz CLA 2011-04-21 13:35:33 EDT
Build Identifier: I20110310-1119

The javadoc tooltip of ListExtensions.map() shows the javadoc of ListExtensions. It works for StringExtensions.isNullOrEmpty(), though.

Reproducible: Always

Steps to Reproduce:
in Tutorial.xbase, write:

var list2 = newArrayList(true, 4, "123", newArrayList(5, 6))
list2.map(e | e.toString)
"string".isNullOrEmpty()

hover the mouse over map --> Showing Javadoc of ListExtensions
hover the mouse over isNullOrEmpty --> Showing raw description of StringExtensions.isNullOrEmpty
Comment 1 Sebastian Zarnekow CLA 2011-05-04 06:11:44 EDT
Preliminary scheduled for 2.0RC1
Comment 2 Sven Efftinge CLA 2011-05-04 07:52:42 EDT
has already been fixed
Comment 3 Karsten Thoms CLA 2017-09-19 17:14:01 EDT
Closing all bugs that were set to RESOLVED before Neon.0
Comment 4 Karsten Thoms CLA 2017-09-19 17:25:43 EDT
Closing all bugs that were set to RESOLVED before Neon.0