Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Planning Meeting Notes - Jan 20, 2010

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

JDT UI:
- 3.5.2: ready for the test pass
- fixed incompatibility issues
- new quick fix for new JDT Core warning for unused object allocation
- helped to fix Eclipse Test Framework regarding launching with JUnit 4
- fixed several minor bugs
- inbox tracking

Platform Text and JDT Text:
- 3.5.2: ready for the test pass
- fixed incompatibility issues
- reviewed and committed patch that reduces the memory used by the
  spelling engine
- reviewed and committed patch that frees the memory if spelling is disabled
- reviewed performance optimization for HippieCompleteAction (needs further
  work from contributor)
- fixed some minor bugs
- inbox tracking

Platform Search:
- 3.5.2: ready for the test pass

Debug:
- support to activate variable view cell editors using keyboard (296018)
- minor bug fixing

PDE:
- 3.5.2 fixes complete
- merge with p2 API complete in HEAD
- build is now using the publisher instead of the (old) metadata generator
- continued work on feature based launching
- continued work on target management enhancements (in branch)
- released API for headless PDE project creation/modification
- working on flexible bundle root location in a PDE project
- API use reports include illegal API use
- bug fixing

JDT Core:
- bug fixes
- new API added for strict hierarchy scopes
- added new API to detect unused object allocation; this can only be
  detected in code that doesn't contain mandatory errors
- inbox tracking
- requested commit rights for Jay
- more progress on code generation for type annotations (jsr 308)
- several patches ready to be released
- vacations

Rel. Eng.:
- added new VMS to build:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=298755
- updated versions of 3.5.2 features and branding plugins
- added equinox weaving feature back to build. The aspjectj team now
  has a stable repository for us so hopefully this will avoid future
  build failures due to missing aspectj bundles
- updated build schedule for 3.5M5:
  - http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html
- branched builder to test running builds with new p2 bundles with API
- eclipsecon preparation

SWT:
- IA2 work continues, will be releasing an initial implementation this week
- latest XULRunner 1.9.2 + latest Eclipse 3.5.2 looks fine
- our Brazilians are back
- 3.5.2 bug fixes, with +1's:
  - 286040: o.e.swt.internal.image.PngEncoder is very slow on writing large images
  - 291128: eclipse >= 3.5 crash when closing a first level modal window
    (Install, Run Configurations)
  - 295483: 3.5.x regression: UI randomly freezes
  - 295959: Embedded native view can not receive Enter key event on Mac
  - 298805: gtk2.18 - Blank pages in the install wizard

Workspace:
- working on remaining Flexible Resources issues
- Bug 298835 - merging Dynamic Path Variables to HEAD [in progress]
- Bug 236169, Bug 298923 - Use Synchronize View for Apply Patch [in progress]
- Bug 297228 - Provide finer grained file permission access [final polishing]
- for other items, see the plan:
  - http://www.eclipse.org/eclipse/platform-team/team3.6/plan.php


Back to the top