Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - Feb 28, 2007

JDT/Core

- bug fixing
- splitted master "null" preference into 3:
  + Reporting Null Dereference
  + Reporting Potential Null Dereference
  + Reporting Redundant Null Check
- work still in progress on codeassist guessing unbound variable reference
- work still in progress on improving startup times:
  + optimize read/write operations of index files (gain around 20%) to 
speed-up search all type names
- work still in progress to shrink Java index files (~2x smaller)
- API discussions with JDT Core
- reorganization of compiler.tool, compiler.apt and their test projects
   + glitches remain on Linux platform and are under investigation


Back to the top