Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Planning Meeting Notes - Feb 16, 2005

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

Platform/JDT Text:
- use R3_0_maintenance instead of R3_0 as reference for performance tests
    Reason: SWT has fixed a bug for JDT Text related to char key event
            injection and SWT would port it to the maintenance branch.
            Without this fix JDT Text has to disable the affected tests
            since they fail under Linux.

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

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

Debug:
- support for evaluations in the context of Java 5.0 classes without
  attached source 
- extended background content retrieval to Register's view
- accepted/released memory view contribution - a rework of the memory
  renderings view based on new API/extension point
- leak profiling/fixing
- bug fixing

Ant:
- migrated external tool builders to the new ICommand API
- backported 3.0.2 fixes
- bug fixing

JDT/Core:
- bug fixing #1 priority
- improved compiler compliance to JLS3, e.g. this$0 is a valid field
  name in 1.5 mode
- fixed verifyError introduced recently on arraylength misgeneration
  (85203)
- preparation of EclipseCon material
- work in progress on more robust DOM AST (statement recovery)
- deferred codeformatter changes near mix Tab/Space support due to
    compatibility issues -> early M6
- work in progress on classpath attributes -> early M6
- work in progress on unicode-4 emulation for 1.5 mode

Platform/JDT Text:
- Performance: 
  - fixed performance tests to no longer ignore the return value
    of Display.post(Event) and asked SWT to investigate the cases
    where this failed under Linux
- J2SE 5.0:
  - syntax coloring for autoboxed expressions
  - content assist: parameter guessing proposes autoboxing matches
  - content assist: Javadoc: allow type variable declarations
  - content assist: Javadoc: extended @value syntax
- started to work on formatter change to support mixed indentation
  together with J Core
- work towards 3.1 M5 (New and Noteworthy, Test Plan input, testing...)
- bug fixing
- bug inbox tracking

Platform Core:
- release of JavaWebStart support
- support to run osgi standalone
- investigation to run PDE Build against a jar'ed eclipse install
- EclipseCon preparations (tutorial work)
- content type bug fixes/enhancements
- created web page for message bundle problem description and tool
- instrumentation for performance work
- worked on running Eclipse with plug-ins as JARs (identifying problem
  areas and working on tools)
- looking into implementing bundle signing from OSGi RFC 95
- additional work being done to support new OSGi R4 permissions
- optimization work for the resolver/state
- moving OSGi over to the new NLS class for messages
- bug fixing

Rel. Eng.:
- bug fixing: 85174, 84914, 85259, 84719, 84635, 84395, 73810, 85174
- EclipseCon poster preparation
- performance presentation rework
- work on copyright tool

Team/CVS Status:
- a document and an example are available that illustrate the use of
  ResourceMappings to get logical model to physical disk resource via
  the adaptable mechanism:
  - 
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/docs/online/team3.1/logical-physical-mappings.html
- M5 preparations
- EclipseCon preparation



Back to the top