Community
Participate
Working Groups
code from HEAD Description Resource Path Location Type Discouraged access: The method getJavaProject() from the type InternalCompletionProposal is not accessible due to restriction on required project org.eclipse.wst.jsdt.core CompletionProposalLabelProvider.java /org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/ui/text/java line 336 Java Problem I would assume JSDT UI has unrestricted access to JSDT core. Is there a reason for this particular case? It seems like all of the org.eclipse.wst.jsdt.internal.codeassist.* packages do not allow jsdt.ui to access them without warning There are also some internal packages being exported as API in jsdt.core: org.eclipse.wst.jsdt.internal.oaametadata org.eclipse.wst.jsdt.internal.core.index org.eclipse.wst.jsdt.internal.core.interpret
Manifest updated.