Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Planning Meeting Notes - Mar 23, 2011

[ I hope everyone is having a great time at EclipseCon! ]

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

JDT Core:
- good progress made in Java 7 JSR 334 implementation:
  - released more precise rethrow implementation, working on diamond,
    cleaned DOM/AST implementation, bug fixes
- one committer at Eclipsecon
- bug triage/fixes
- starting new committer vote for Markus Keller this week

JDT UI:
- EclipseCon
- introduced AST.JLS4 in the 'BETA_JAVA7' branch
- adapted code to use ASTProvider.SHARED_AST_LEVEL instead of AST.JLS3 where it
  makes sense
- updated ASTView and JavaElement view to use the latest JDT Core APIs
- bug fixing

Platform Text and JDT Text:
- EclipseCon
- introduced AST.JLS4 in the 'BETA_JAVA7' branch
- adapted code to use ASTProvider.SHARED_AST_LEVEL instead of AST.JLS3 where it
  makes sense
- 'Format Element' now also works if the selection is on a method declaration
- content assist:
  - proposal insertion now also replaces leading chars if there's a selection
- bug fixing

Platform Search:
- fixed severe bug which resulted in corrupted files when replacing text in
  same physical file more than once

Ant:
- encoding problems with remote Ant launches:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=224880
- bug fixing
- inbox triage

Debug:
- do not resolve symlinks for JRE installations:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=266651
- breakpoints view auto-select problems:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=333778
- breakpoints view customizable content:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=333517
- bug fixing
- inbox triage

PDE:
 - reference counts in use scan XML:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=332325
- PDE context menu extensibility:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=338879
- multiple package versions in manifest editor:
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=337909
- bug fixing
- inbox triage

Rel. Eng.:
- added new EclipseCon/Watson splash screen:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=340473
- test builds on Hudson now run all tests in parallel on three platforms,
  for example:
  - https://hudson.eclipse.org/hudson/view/Eclipse%20and%20Equinox/job/eclipse-equinox-test-N/331/
- however, I'm having problems running p2 tests on mac:
  - they have network timeouts perhaps due to proxy errors
- investigating improvements to JaCoco report generation so it will consume
  less space:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=340618
- bug fixing

User Assistance:
- bug fixing
- polish

Performance:
- 3.7:
  - N20110317-2000: nothing new
  - I20110319-2000: nothing new

Workspace:
- inbox tracking
- bug 294650 - create patch dialog does not always select all files:
  - [in progress]
- bug 319661 - Patch wizard excludes changes in projects that it can't connect
  - [in progress]
- various fixes related to failing tests on Hudson (Bug 331716, Bug 335864)
- reviewing bug Bug 303517 planned this week
- adjusting 3.7 plan

.


Back to the top