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, 2005


Status for jdt.ui and search

JDT.UI
- bug fixing

- infer Generic Type Arguments: can now infer nested generics
- work on support for parameterized supertypes in new type wizards
- provided feedback to global undo/redo API changes and absorbed them
- converted code to new type name requestor API to support enums and annotations in Open Type dialog (not released yet).
- Using classpath attributes to store Javadoc location (not yet released, needs coordination with jdt.launching)
- Override Indicator and type hierarchy lock mode for generic methods
- Cleanup of UseSuperType and ExtractInterface

- Improved class loading in Package Explorer, moved availability checking of all refactorings to a separate class, lazy sorting of filters, early pruning of selection changed events, instrumented package explorer with PerformanceStats
- continued working on all types cache independent Open Type dialog

- Writing on article on Refactoring&Design Patterns

Search
- worked on rendering filtered search result matches differently in the user interface

Back to the top