Skip to main content

[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

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)
-- 



Back to the top