Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Planning Meeting Notes - Oct 15, 2008

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

JDT Core:
- released cancelable code assist
- released code select on types not on classpath
- chained jars are now added on classpath (using Class-Path: in MANIFEST.MF)
- keep working on finding constant references in .class files with source
  attached
- added a new compiler warning to report a missing hashCode() method when
  overriding the equals() method from Object
- inbox tracking
- bug fixing

Debug:
- bug fixing

JDT UI:
- backported 2 bugs to 3.4.2
- adopted cancelable code assist API from JDT Core
- adopted new compiler warning to report a missing hashCode() method when
  overriding the equals() method from Object
- added quick fixes for missing hashCode() problem
- working on Clean Up extension point
- deprecated old ShowIn* actions and cleaned up the code
- investigated failing plug-in activation test
- added option to 'Generate hashCode() and equals()' source action to generate
  blocks in if statements
- worked on executing refactorings in a non-UI thread
- bug fixing
- inbox tracking

Platform Text and JDT Text:
- backported 2 bugs to 3.4.2
- helped to make compare viewers/editors respect the editor color preferences
- bug fixing
- inbox tracking

Platform Search:
- inbox tracking

Rel. Eng.:
- tested and now using new pde build with sorting across feature boundaries
  and parallel compilation:
  - see  https://bugs.eclipse.org/bugs/show_bug.cgi?id=249868
- working with IT to get issues solved with our new perf machines on the
  network.  There are firewall and authentication issues that prevent us
  from connecting to our machines to run the baselines
- use new jdtcore bundle to build to disable syncOverride warnings
- tests now running on 1.5 and 1.6 vms, instead of 1.4 and 1.5.
- working with Sonia to test parallel testing mechanism
- bug fixing

PDE:
- started work to enhance PDE build integration with p2:
  - extending the publisher to generate metadata from source (instead of
    binaries)
- started work on new bundle shape header
- API tools:
  - released consolidated implementation of type structures for binary
    compare/API use analysis
- bug fixing

Platform UI:
- fixing bugs
- investigation for check state provider (see bug 181308)
- Gir, our IRC and continuous build & test bot, is (sort of) running again
- data binding:
  - async validation (see bug 237857)
- investigation into allowing Java classes implementing core expressions
  provided that they don't cause bundle activation:
  - see bug 248140 and http://is.gd/44va

Workspace:
- inbox tracking
- working on the 3.5 M3 issues:
  - see http://www.eclipse.org/eclipse/platform-team/team3.5/plan.php#m3
- bug 169386 Adapt editor functionality to Compare Editor in progress:
  - all planned enhancements available on the dev plan page
- bug 198591 Builder should be able to specify scheduling rule in progress
  and planned for M3
- investigating EFS and i5/OS


Back to the top