Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - Nov 26, 2008

Performances:
- 3.4.2 perf tests:
  - M20081119-1141 build got results: nothing to signal
- 3.5 perf tests:
  - fixed 3.5 results generation issues since build I20081118-1720
  - verifying results accuracy
  - preparing generation for previous milestones (Kim)

Cordialement/Regards,

Frédéric




|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Mike Wilson <Mike_Wilson@xxxxxxxxxx>                                                                                                              |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |eclipse-dev@xxxxxxxxxxx                                                                                                                           |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |11/26/2008 03:12 PM                                                                                                                               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[eclipse-dev] Planning Meeting Notes - Nov 26, 2008                                                                                               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





------------------
 Discussion Topic
------------------

Platform Workspace:
- (as posted to eclipse-dev):
  - Olivier T. raised bugs against some plug-ins, pointing out that wrong
types
   and methods are used
 - some examples:
    - https://bugs.eclipse.org/bugs/show_bug.cgi?id=255849
   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=255836
 - the mentioned plug-ins depend on org.eclipse.equinox.common which has
   environments set to Foundation 1.1 and J2SE-1.4. Does it mean that
    environments of org.eclipse.ui.workbench and other plug-ins
   can be changed to Foundation 1.1 and J2SE-1.4?

... and on a related note...

Debug:
- some bundles in the Eclipse SDK specify redundant required execution
  environments (for example, J2SE-1.3 and J2SE-1.4). If a bundle runs
  with 1.3, it should not specify 1.4. And more importantly, if it
  requires 1.4, it should not specify that it is compatible with 1.3.
  We need to understand why redundant environments are specified and
  clean up the bundle definitions (for example,
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=255849).

JDT Core:
- need yes/no from Platform/UI and SWT for
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=228397
    (Add font support for StyledCellLabelProvider)
  - so that JDT/Core can decide if we do
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=218605
    ([search] SearchPattern: provide way to get the matching regions)

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

JDT APT status:
- inbox, newsgroups, Bugzilla, conf calls
- fix bug 256184: fix getDeclaredType() for array type arguments

Platform Workspace:
- inbox tracking
- bug fixing for M4
- working on the 3.5 M4:
  - http://www.eclipse.org/eclipse/platform-team/team3.5/plan.php#m4
- bug 250633:
  - [Edit] Add Java Content Assist to Compare Editor, we got feedback
    from Dani, code refactoring
- new proxy settings UI is available in Preferences > General > Network
  Settings:
  - see
http://polishineclipse.blogspot.com/2008/11/new-proxy-settings-ui.html
- new API in org.eclipse.core.net.proxy.IProxyService, IProxyService#select
  is the right method to get proxy settings now

Platform Text:
- simplified installation and registration of ContentAssistAction (bug
138370)
- added support that allows to contribute to all editor and ruler context
menus (bug 181916)
- reviewed and commented on enhanced compare editor features patch (bug
250633)
- adopted new @noextend tag for interfaces
- Find/Replace with regular expressions: Initial find string now uses \R
for line delimiters, not \n,\r,...

JDT Text:
- write occurrence are now painted over read occurrences
- reviewed and commented on new feature for runnable jar exporter (bug
246080)
- reviewed and commented on syntax coloring import/export patch (bug
103096)

JDT UI:
- adjusted quick fixes to changed compiler problems for abstract methods in
non-abstract class
- added preference and quick fix for dead code detection (new optional
compiler problem)
- reviewed and improved core.expressions fix (bug 234919)

JDT Core:
- deferred finding constants in attached source post 3.5
  (item too risky, and no votes on bug 12044)
- improved NamingConventions after JDT/UI's feedback
- still working on constructor completions
- investigating memory taken by JavaModelCache
- inbox tracking
- bug fixing
- patches reviews

Debug:
- bug fixing

PDE:
- completed work on illegal reference detection in system libraries
  - reported several bug against Eclipse components
  - still need to work on code assist filtering
- working on documentation of API tools ant tasks (for re-use in releng
style builds)
- working on analysis and problem generation for local and anonymous types
inside the IDE
- working on exporting existing class files from IDE for in bundle/feature
export
- investigating target plaform management enhancements (UI and
infrastructure)
- bug fixing

User Assistance:
- committed work for better support of right to left languages in Intro
- working on running help system on AppServers other than Jetty

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top