Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] 2.0.1 stream

Our 2.0.1 stream currently contains the 16 fixes listed below.
This is quite a big number, but all compiler issues are quite important to
tackle quickly. Given we pass JCK compliance 1.3a and 1.4 with these
changes, nothing obvious should be broken.

I would like to call this state good for R2.0.1 which is scheduled for
mid-August (then testing will start).
If you have any further defect which needs attention for 2.0.1, please make
sure to get back to me.


2.0.1 update area is also available at:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/r2.0/main.html#dev201

2.0.1 preview patch is posted at:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/patches/org.eclipse.jdt.core_2.0.0.zip

======================
21828 Possible problem in DoStatement#accept0(...)
21778 ClassFileReader fails on Gnome Twain class
21768 ast: incorrect length of SimpleName in MethodDeclaration
21757 ast: incorrect range for Name in TypeDeclaration
21672 Wrong location for the last 'return' bytecode command
21606 ImageBuilder deletes & adds rather than overwriting
21580 VerifyError in 1.4 compliant mode
21557 VM bug prevents valid Java code to be executed on VM < 1.3.1
21230 Rebuilding project fails with ContextStackOverflow
(CompilationResult.quickPrioritize)
21203 Compile time NullPointerException in catch blocks
21447 Wrong method invoked at runtime
21482 Error in generated byte code
21480 Bytecode disassembler doesn't handle #invokespecial correctly
20725 JavaBuilder.toString can throw NPE
20865 nullPointerException being thrown by Class Type.resolveBinding()
21116 Can't compile because eclipse says that the method is not visible



Back to the top