Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] FFS update and Java 5

Now that Java 5 is enabled in the core I'm assuming we will probably slowly
start converting the code to use generics. I have enabled generics for the
CharArrayMap class, which is intended as a replacement for CharArrayIntMap
and CharArrayObjectMap (but not a drop-in replacement, the interface is
different and is closer in convention to what you would find in the java
collections library). This class has an extensive test suite and performs
just as fast (its just a simple facade for a HashMap). So I just want to
encourage that everyone consider using CharArrayMap for its nicer interface
and to avoid the casting needed with CharArrayObjectMap going forward.

Also, I've turned on Java 5 for cdt.core.tests.

Mike Kucera
Software Developer
IBM CDT Team, Toronto
mkucera@xxxxxxxxxx



                                                                           
             "Schaefer, Doug"                                              
             <Doug.Schaefer@wi                                             
             ndriver.com>                                               To 
             Sent by:                  <cdt-dev@xxxxxxxxxxx>               
             cdt-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [cdt-dev] FFS update and Java 5     
             12/28/2007 04:32                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hey gang,

First, I turned on Java 5 for cdt.core. I'm not sure everyone will agree to
that at this time, but I figure we'd better do it sooner than later. Feel
free to comment and we can turn it back.

I also have more of my Flexible File System working. Unfortunately, I ran
into my first IPath versus URI problem almost right away in the
CDTCommonProjectWizard which uses IPath for the project path where it
really needs to be a URI or an IFileStore. At any rate, I need to start
digging into this before I can even create a project.

Cheers,
Doug Schaefer
Engineering Manager, Wind River Systems
and Eclipse CDT Project Lead
 _______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top