Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Removing LegacyJavadocCompletionProposalComputer from JDT

I just wanted to give a heads-up that http://eclip.se/560450 has been proposed
along with a change up for review to remove only the internal class :

org.eclipse.jdt.internal.ui.text.javadoc.LegacyJavadocCompletionProposalComputer

Although internal, it does handle implementation of IJavadocCompletionProcessor
that are contributed from the 'org.eclipse.jdt.ui.javadocCompletionProcessor'
extension point. It has been deprecated since 2006 ( http://eclip.se/153242 )
and the regular java completion processor extension point has been the
recommended way to contribute java related completions.

Looking through all source bundles in simrel, I could not find anything
still contributing to that extension point but perhaps someone may be
aware of a consumer that still makes use of this.

If there's no opposition to this change then I'll go ahead and merge it by
the end of the week.

Cheers,
Roland Grunberg



Back to the top