Bug 515481 - [1.9] Code completion for module-info.java not available if comments are removed
Summary: [1.9] Code completion for module-info.java not available if comments are removed
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2017-04-19 16:45 EDT by Lars Vogel CLA
Modified: 2017-04-20 10:51 EDT (History)
3 users (show)

See Also:


Attachments
Screenshot (14.86 KB, image/png)
2017-04-19 16:45 EDT, Lars Vogel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2017-04-19 16:45:10 EDT
Created attachment 267859 [details]
Screenshot

The following file provides code completion specific for module-info.java

/**
 * 
 */
/**
 * @author vogella
 *
 */
module com.vogella.java9.simple {


}

The following file (without the comments) does not provide the specifc completion, see screenshot.

module com.vogella.java9.simple {


}

IMHO the code completion should be independent of comments.
Comment 1 Noopur Gupta CLA 2017-04-20 01:28:03 EDT
I cannot reproduce it with Y20170330-1000 and the latest code in runtime workbench. Please provide exact snippet and steps to reproduce.
Comment 2 Lars Vogel CLA 2017-04-20 09:10:24 EDT
I use the feature patch. Is this is synced daily or is it a manual update process?
Comment 3 Noopur Gupta CLA 2017-04-20 09:15:53 EDT
(In reply to Lars Vogel from comment #2)
> I use the feature patch. Is this is synced daily or is it a manual update
> process?

Feature patch is updated after every milestone. You can use the Y-build which is generated weekly.
Comment 4 Lars Vogel CLA 2017-04-20 10:47:27 EDT
Where is the Y-build? It is not listed here (anymore?): http://download.eclipse.org/eclipse/downloads/
Comment 5 Dani Megert CLA 2017-04-20 10:51:54 EDT
(In reply to Lars Vogel from comment #4)
> Where is the Y-build?

You can find them when following the JDT Core mailing list.


> It is not listed here (anymore?):
> http://download.eclipse.org/eclipse/downloads/

It was never listed there because it's ongoing WIP and not intended for wide adoption. That's what the signed-off Marketplace version is for.