Community
Participate
Working Groups
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
Preliminary scheduled for 2.0RC1
has already been fixed
Closing all bugs that were set to RESOLVED before Neon.0