 |
Rollup 2.1.3 - in progress
|
 |
Rollup 2.1.2 - completed
|
 |
Rollup 2.1.1 - completed
|
 |
Release 2.1.0 - completed
- available on the download area.
- final build notes
- for R2.1, the major focus points were:
- Incremental Java Compiler
- expose compiler test suites (org.eclipse.jdt.core.tests.compiler)
- provide mechanism for extracting tasks from comments (using configurable tags)
- investigate ways to only compile a subset of source folders (exclusion rules)
- provide option to avoid reporting deprecation warnings inside deprecated code
- allow projects involved in cycle to be build correctly.
- Java Model
- expose JavaModel test suites (org.eclipse.jdt.core.tests.model)
- opportunities for cleanup (e.g. delta processing)
- provide a way to batch operations (similar to IWorkspaceRunnable)
- per project settings
- provide full-fledged reconcile errors (currently error detection result from parsing + name resolution only, excluding flow analysis, inner emulation and bytecode generation).
- investigate support for more external resource/folder (e.g. external source or output folders). Ideally the platform should support these kind of resources as first-class ones.
- Code Assist
- code assist cleanup
- improve match relevance in presence of expected type information (right hand side of assignments, ...)
- provide keyword completions
|
| Feature List
|
| Work items completed in the 2.1 stream, also see build notes.
|
 |
Incremental Java Compiler
- automatic detection of tasks in comments (prefixed with configurable tags and priorities)
- batch compiler '-bootclasspath' command-line argument addition
- configurable classpath problem severity (cycle error/warning, incomplete error/warning)
- provide option to avoid reporting deprecation warnings inside deprecated code
- builder iterates over the resource tree
- builder can be toggled to not clean the output location on full build actions.
- provide option to report assignments having no effect (e.g. 'x = x').
- builder supports multiple output folders (at most one per source folder)
- provide option to report unused private members.
- builder allows projects involved in cycle to be built in one build action.
- builder progress message shows global error/warning counts (was per project counts in 2.0).
|
 |
Java Model
- working copy can be created on non-yet existing compilation unit
- support for per project options (IJavaProject.getOptions/setOptions) - unclear if such options will be shareable
- support for batching JavaModel operations (JavaCore.run(IWorkspaceRunnable)).
- classpath variable initializers are guaranteed to be invoked on session startup (instead of reusing value from previous session)
- editor reconciler show all compile errors.
- classpath source entry can be associated with exclusion patterns
- classpath source entry can be associated with specific output location
- source attachment generalized to source/binary folders;
i.e. any binary folder/archive can be attached a source folder/archive (mixed mode is supported).
- source attachment now infer the root path automatically
- added API to check for resource exclusion (IJavaProject.isOnClasspath(IResource)).
- added mechanism to allow container initializer to be requested to update definitions in generic way.
- added source manipulation APIs on package fragment root
- classpath problem markers have extra attributes ("id" and "arguments") to better recognize them (and provide quickfix).
- added IJavaModel.contains(IResource) to inform clients whether the resource would be accessible through the JavaModel.
|
 |
Code Assist
- candidate relevance is altered in the following scenarii:
- higher if cast expressions compatible with cast type
- higher if return expressions compatible with method type
- higher if method argument expression compatible with corresponding method parameter type
- higher if initialization of variable declaration compatible with variable type
- higher if expression in assignment compatible with left-hand side variable type
- lesser if assigning a variable with itself
- lesser for a static member in non-static reference
- higher if non-qualified match or local variable match
- higher if completion matches exactly the completed token
- higher if expression in binary operation compatible with other operand
- higher of if variable name completion contains a prefix
- higher of if variable name completion contains a suffix
- added NamingConventions API to suggest field, method names according to corresponding
options (these conventions are used for codeassist proposals).
- provide keyword completions
|
 |
Search
- support '?' wild-card in search patterns
- performance improvement on hierarchy search
|
 |
Type Hierarchies
- support for storing/reloading type hierarchies (avoiding to recreate on next session startup)
|
| Release Process |
|
|
|
|
| Bug Resolution |
- Overall bug Resolution in 2.1 stream
(all)
(unresolved)
(resolved)
(fixed)
- Rollup 2.1.3, 2004/03?
(all)
(unresolved)
(resolved)
(fixed)
- Rollup 2.1.2, 2003/09
(all)
(unresolved)
(resolved)
(fixed)
- Rollup 2.1.1, 2003/06
(all)
(unresolved)
(resolved)
(fixed)
- Release Candidate-4, 2003/03/27 (aka R2.1)
(all)
(unresolved)
(resolved)
- Release Candidate-3, 2003/03/20 :
(all)
(unresolved)
(resolved)
- Release Candidate-2, 2003/03/07 :
(all)
(unresolved)
(resolved)
- Release Candidate-1, 2003/02/21 :
(all)
(unresolved)
(resolved)
- Milestone-5 (aka Release Candidate-0), 2003/02/07 :
(all)
(unresolved)
(resolved)
- Milestone-4, 2002/12/13 :
(all)
(unresolved)
(resolved)
- Milestone-3, 2002/11/15 :
(all)
(unresolved)
(resolved)
- Milestone-2, 2002/10/18 :
(all)
(unresolved)
(resolved)
- Milestone-1, 2002/09/20 :
(all)
(unresolved)
(resolved)
|
| Updates |
|
Official plug-in version ID from 2.1 Rollup 2 is 2.1.2 (also see
build notes).
These patches are not yet part of any official release or rollup; but provide an early access to the next delivery for quality assessment. If you find any regression using these patches,
please inform the JDT/Core team by entering a bug report.
Patches listed here are Jck1.3a and Jck1.4a compliant.
|
 |
2.1.3 preview
 |
posted on 2003/12/05, 4,192KB |
| applies to |
build R2.1.1 and better |
| description |
Addresses the following issues:
- compiler deprecation diagnosis (bugs 46937)
- compiler codegen issues (bugs 46675, 47881, 47886)
- building imported project on clearcase (bug 47049)
- compiler definite assignment diagnosis (bugs 45357, 45433, 47082)
- incremental compiler performance (bugs 14103, 46093, 45847)
- search problems with duplicate package fragments (bugs 46276, 47415, 47989)
- compiler interface cast diagnosis (bug 47074)
- compiler assignment to 'this' (bug 46918)
- NPE in source indexer (bug 40950)
- null constant for JavaModel field (bugs 47976, 41373)
Also see corresponding build notes.
This patch can be applied by expanding the zip archive into the /eclipse/plugins/ directory
NOTE: Plug-in revision ID is now "2.1.2".
In case this plug-in revision does not match the one currently installed,
the JDT feature may require to be edited accordingly (in /eclipse/features/org.eclipse.jdt_2.1.x/feature.xml,
change the version to "2.1.2" for plugin which id is "org.eclipse.jdt.core").
|
|
| Getting the sources |