Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] JDT update for J2SE 1.5: Cheetah06 available



Dear 1.5 fans,

The Cheetah strikes back, and is now based on the official Eclipse 3.0
release. Along with numerous bug fixes, we started enabling significant
portions of JDT functionalities such as:  - editor error reconciling,  -
outliner with labels showing parameterized/generic info,  - code selection
and hover,  - code assist,  - DOM AST,  - JavaModel,  - Java search,  -
type hierarchies,  - attached sources for generic binaries

Last run of latest JCK1.5 gave us a mark of 96.20% (408 failures to go).
Remember that, for now, the Cheetah is still on diet, as it cannot yet
digest covariance, autoboxing, enumerations, varargs or annotations.

Please retrieve Cheetah06 from our update site, and find more info at:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/r3.0/main.html#updates

Note that the Cheetah download is bigger since it now comprises more
components (JDTCore, JDTUI and JDTDebug).
Cheetah is also directly hosted on official Eclipse.org update site.

As usual, would you find issues, you should enter a bug report with a
problem title starting with "[1.5]", so we can easily identify these
issues.

We will now consolidate the 1.5-aware tooling, and introduce new
ingredients
(like covariance) into the Cheetah diet.

The JDT team


-----------

PS: fix list for Cheetah06 is:

68837 [1.5] AST: Missing source range in parameterized type
68133 [1.5] VerifyError: Code segment has wrong length in class file
68863 Missing entry in local variable attribute
68440 [1.5] VerifyError with new for loop
64159 [1.5] call to addAll(Collection) incorrectly dissalowed
68602 [1.5] AST converter fails on local types
66424 [1.5] Collections in new style for loop
64417 [1.5] NPE in SourceTypeBinding.resolveTypesFor
68730 [1.5] No completion
65953 [1.5] Internal Compiler Error: ArrayIndexOutOfBoundsException
58470 [1.5] Source mapper fooled by generics
64336 [1.5] Signature does allow to create parameterized type signatures
68557 [1.5] ArrayIndexOutOfBoundsException in SourceTypeConverter
68006 [1.5] Invalid modifier after parse
65503 [1.5] "new" for-loop inside "old" for-loop gives error
65870 [1.5] AST creation fails when created with comments
64301 [1.5] Cast required where no cast should be required
63556 [1.5] Error when creating generic classes specializing distant
generic
parameters
63590 [1.5] Cheetah allows generic throws clause
63555 [1.5] Cannot put generic type fields inside static inner class
58722 [1.5] cannot extend interfaces



Back to the top