Community
Participate
Working Groups
Build Identifier: I20110310-1119 In the identical Eclipse instance, the Java editor shows meaningful parameter names, but not the Xbase editor for the very same method. As the complete Javadoc display next to the popup works, this is not severe. Reproducible: Always Steps to Reproduce: (] showing cursor position) "this is a string".subst| pressing Ctrl+Space in Java editor shows in the listbox substring(int beginIndex): String - String substring(int beginIndex, int endIndex): String - String but in Xbase editor, the parameter names are missing: substring(int arg0): String - String substring(int arg0, int arg1): String - String Note: I'm not aware of any changes to Java or Eclipse regarding Javadoc or source code attachments. I downloaded the version linked to in Sven's blog and didn't change anything in the configuration; it's a completely new workspace. The Java version is latest from Apple: java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0