Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - Oct 13, 2004



JDT Core:
  - one performance fix backported to 3.0 maintenance stream (75842)
  - varargs:
       - compiler can invoke and/or generate varargs methods
       - java model surface varargs methods. When rendered, a varargs
method will currently show
      an array as last parameter type (int[] instead of int...). This will
be improved with an ellipsis in UI land.
       - code formatter upgraded to properly deal with ellipsis
  - work on access restrictions almost completed, will be in next
integration build (see details in buildnotes),
        once enabled, developpers can find out forbidden references to
non-API code from other projects/libraries (i.e. for Eclipse
        code defined in "**/internal/" packages of other prerequisite
plug-ins.

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/buildnotes_jdt-core.html?content-type=text/html
  - search can find parameterized type reference thru search dialog (need
more work to perform on selection)
  - bug fixing



                                                                           
             Mike Wilson                                                   
             <Mike_Wilson@ca.i                                             
             bm.com>                                                    To 
             Sent by:                  eclipse-dev@xxxxxxxxxxx             
             eclipse-dev-admin                                          cc 
             @eclipse.org                                                  
                                                                   Subject 
                                       [eclipse-dev] Planning Meeting      
             10/12/2004 09:48          Notes - Oct 13, 2004                
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                eclipse-dev                                                
                                                                           
                                                                           




-------------------
 Discussion Topics
-------------------

----------
 Outreach
----------


- Moderated Eclipse plugin-clinic @ /CH/Open
- Eclipse talk & demo @ IBM Germany
- Eclipse and OSGi presentation at the OSGi World Congress in Barcelona
  - Panel on OSGi and Open Source to follow on Thurs.

--------
 Status
--------

JDT UI:
- J2SE 5.0:
  - continued work on Augment Raw Collection Clients. The
    refactoring can now be enabled via the work in progress
    preference page.
  - adapted Move Inner to Top to generics
- Large Scale development:
  - worked on presenting working sets in the package explorer
    as top level elements
- Refactoring:
  - participants can now manipulate textual resources already
    changed by the processor itself as long as the participants
    manipulate a different region than the processor
  - Move Inner and Move Instance now relax visibility
  - worked on Pull Up and Push Down to remove unnecessary imports
- Quick Fix:
  - integrated more quick fixes provided by external contributor
- misc:
  - investigate in use of font and color label decorators
  - participated in dynamic team preferences

Performance Plugin:
- bug fixing
- implemented support for "variations" and adapted database structure
- performance tuning

Platform Core:
- continued meetings of preferences dynamic team
- performance work with large-scale applications
- discussion and work surrounding IPath
- investigation with resource-discovery for large projects
- working with UI team on infrastructure for dynamicity
- more tests on new registry structure
- planning
- bug fixing

Debug:
- working on API/implementation review of Memory View contribution
- working on re-work of breakpoint groups to support composite views
  and persistence of user defined groups
- working on integration of thread lock information in Debug View
- bug fixing

Ant:
- working on centralized Ant model to replace several pre-existing
  models used in Ant Editor/Ant View/Targets Tab
- bug fixing

PDE:
- working on plug-ins in JARs support (the ability to self-host against
  a build that has all the plug-ins in JARs).
- bug fixes

Intro:
- writing an Intro article

Install/Update:
- investigation of how to better use dynamic plug-ins for update in place
- bug fixes

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top