[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jdt-dev] Internal class disappeared from jdtcore between M2 and M3
|
Hum,
replying in part to myself: it was an unused import in the code :-(
I have only one problem left now:
Lomboz plugin has it own implementation of CompletionRequestorAdapter.
It was using that class to create a CompletionEngine, that now requests
a CompletionRequestor instead.
Apart from the name, the two classes look very different.
Is there an "Adapter" between the old style ICompletionRequestor and the
new abstract CompletionRequestor?
I also have a problem with the plugin.xml file in lomboz (I haven't
developed a plugin since Eclipse 1.0, i just need some help to fix that
precise problem):
<wizard
javatype="true"
name="Lomboz EJB Creation Wizard"
icon="icons/container.gif"
category="org.eclipse.jdt.ui.java/com.objectlearn.jdt.j2ee.ui"
class="com.objectlearn.jdt.j2ee.ui.wizards.CreateEJBWizard"
id="EJBWizard">
<description>
A wizard that creates an EJB
</description>
<selection
class="org.eclipse.core.resources.IResource">
</selection>
</wizard>
Eclipse complains about javatype="true". What is the correct current
attribute to put there?
Thanks for your help.
Daniel
Le mardi 16 novembre 2004 à 20:12 +0100, LE BERRE Daniel a écrit :
> Hi again,
>
> I am trying to build Lomboz from source to correct the problem.
>
> What happened to
> org.eclipse.jdt.internal.ui.search.JavaSearchResultCollector ?
>
> Futhermore, I got a problem with:
> org.eclipse.jdt.internal.corext.codemanipulation.ImportsStructure.removeImport(String);
>
> that has now a boolean parameter indicating whether or not the import is
> static.
>
> It obviously breaks current 3.0 plugins.
> Would it be possible to still have the "old" method with a default
> boolean value set to false, marqued as deprecated? That way, old code
> will still be fine.
>
> Daniel
>
> Le mardi 16 novembre 2004 à 14:58 +0100, Jerome Lanneluc a écrit :
> >
> >
> >
> > Sorry but this interface has been removed. Only its implementation
> > (org.eclipse.jdt.internal.core.SearchableEnvironment) was kept.
> >
> > Jerome
> >
> >
> >
> >
> > Daniel Le Berre
> > <leberre@xxxxxxxx
> > v-artois.fr> To
> > Sent by: jdt-dev@xxxxxxxxxxx
> > jdt-dev-admin@ecl cc
> > ipse.org
> > Subject
> > [jdt-dev] Internal class
> > 11/16/2004 02:07 disappeared from jdtcore between M2
> > PM and M3
> >
> >
> > Please respond to
> > jdt-dev
> >
> >
> >
> >
> >
> >
> > Dear JDT developers,
> >
> > I am using Lomboz plugin and with the latest 3.1M3 release, I got the
> > following exception:
> > java.lang.NoClassDefFoundError:
> > org/eclipse/jdt/internal/codeassist/ISearchableNameEnvironment
> >
> > [I know, it is an internal class, you are allowed to change/get rid of
> > it]
> >
> > Could someone tell me:
> > - In which plugin is now this interface if it has not disappeared
> > - else which interface should be used instead.
> >
> > I am not at all familiar with Lomboz or JDT source code. I just want to
> > know if there is an easy fix for lomboz JSP editor with Eclipse 3.1. (I
> > need a JSP editor now, I cannot wait for the Web Tools Project 1.0 to be
> > released).
> >
> > Cheers,
> >
> > Daniel
> >
> > PS: 3.1 milestones are quite good BTW. Keep up the good work :-=)
> > --
> > Daniel Le Berre mailto:leberre@xxxxxxxxxxxxxxxxxxx
> > Maitre de Conferences, CRIL, Universite d'Artois
> > http://www.cril.univ-artois.fr/~leberre
> >
> > (See attached file: signature.asc)
--