Skip to main content

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

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

JDT APT:
- newsgroups, inbox, Bugzilla, conf calls
- review and commit fix for bug 258914


JDT UI:
- no pending 3.4.2 fixes
- working on automatically adjusting compiler compliance when the
  Execution Environment is changed
- bug fixing
- inbox tracking

Platform Text and JDT Text:
- no pending 3.4.2 fixes
- adopted new constructor completion feature from JDT Core
- textual editors now supports block (aka column) selection
- started to work on 'Open Implementation' hyperlink detector
- investigated Java compare editor problems and provided hints where
  the problem is
- bug fixing
- inbox tracking

Platform Search:
- no pending 3.4.2 fixes
- inbox tracking

Debug:
- reviewing implementation of bread crumb control in debug view:
  - bug 252677
- bug fixing

JDT Core:
- apt fixes for 3.4.2 and 3.5 (258917)
- worked on [dom] BindingKey#toSignature() fails with key from
  createWilcardTypeBindingKey(..):
  - bug 234609
- fixed issue while using 'Never join line' setting in formatter:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=260798
- investigated NPE on Open Type:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=260731
- started work on search to provide matching regions:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=218605
- fixed 259685 Bogus build error "Cannot nest" xyz "inside library"
- constructor completion is released:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=6930
  - when completing 'new ArrayLi|' then 'new java.util.ArrayList()'
    is proposed

Performance:
- framework:
  - tracking issue while generating results
- 3.4.2 perf tests:
  - results for M20090116-0841
    - nothing new
- 3.5 perf tests:
  - results for N20090117-2000
    - troubles with XP machine

PDE:
- continuing work on new target platform model, editor, preference
  page and tests
- re-working system library reference analysis (i.e. warn when
  accessing 1.5 method from a 1.4 bundle):
  - Rather than shipping complete system library information required
    for the analysis with the SDK, users will need to install desired
    system library information from an upate site. A fragment will be
    supplied for each system library, and a preference page allows easy
    installation
- continued work on API use scans/reporting
- caught up with changes in p2 query API
- bug fixing

Ant:
- 3.4.2 bug fix: https://bugs.eclipse.org/bugs/show_bug.cgi?id=238839

User Assistance:
- continued to work on checkbox to show welcome on startup
- bug fixing
- discovered a bad performance problem with the web server on certain
  JREs since switching to Jetty 6
- some 3.4.2 testing

Rel. Eng.:
- 3.5M5 build schedule is avaiable here:
  - http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html
- test builds for composite repos and junit4 support in test framework
- ICU4J 4.0 is now included in the build as well as the latest
  orbit bundles
- bug fixing

Workspace:
- inbox tracking
- no pending 3.4.2 fixes
- working on the 3.5 M5:
  - http://www.eclipse.org/eclipse/platform-team/team3.5/plan.php#m5


Back to the top