Community
Participate
Working Groups
Support content assist for org.eclipse.jdt.core.CompletionProposal.MODULE_DECLARATION which provides the module declaration name.
Manoj, I don't see any mention of MODULE_DECLARATION in the Javadoc of org.eclipse.jdt.core.CompletionProposal.getDeclarationSignature() or any other proposal API from JDT Core. How should clients get the module declaration name from the proposal?
(In reply to Noopur Gupta from comment #1) > Manoj, I don't see any mention of MODULE_DECLARATION in the Javadoc of > org.eclipse.jdt.core.CompletionProposal.getDeclarationSignature() or any > other proposal API from JDT Core. > > How should clients get the module declaration name from the proposal? Will add the support via 529123
New Gerrit change created: https://git.eclipse.org/r/114654
(In reply to Eclipse Genie from comment #3) > New Gerrit change created: https://git.eclipse.org/r/114654 JDT UI patch based on the patch in bug 529123. It uses CompletionProposal#getDeclarationSignature to get the required information for MODULE_DECLARATION.
Gerrit change https://git.eclipse.org/r/114654 was merged to [master]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=134ad748fdf8683823fba4ce6c4bd827a0622277
New Gerrit change created: https://git.eclipse.org/r/114856
(In reply to Eclipse Genie from comment #5) > Gerrit change https://git.eclipse.org/r/114654 was merged to [master]. > Commit: > http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=134ad748fdf8683823fba4ce6c4bd827a0622277 Released the fix in master. (In reply to Eclipse Genie from comment #6) > New Gerrit change created: https://git.eclipse.org/r/114856 To be released in R4_7 after the fix in bug 529123 is backported.
Gerrit change https://git.eclipse.org/r/114856 was merged to [R4_7_maintenance]. Commit: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=d52d41ef8e5016d355a9780279aa91c9dafd7536
Verified in I20180124-2000.
Verified for 4.7.3 in M20180207-1700.