Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] New 3.0 early preview posted (take2)

I have reposted the preview, since previous one had an issue around fix 
for 37111. 
IMPORTANT: JavaCore.newLibraryEntry(...) incorrectly tolerates relative 
source attachment path which is against the spec. This new patch will log 
an entry inside the .log when this is detected, and silently convert the 
path internally into an absolute one. By our spec, client code should be 
fixed.
It seems that the JREContainerInitializer should be corrected (when 
opening InstalledJRE page, it will use empty relative source attachments 
"", instead of "/").

Clients should definitely give it a try asap.
=============
A new patch for JDT/Core got posted in our download area (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/r3.0/main.html#updates).
You can directly get it from http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/patches/org.eclipse.jdt.core_3.0.0.zip.

This patch is a preview of our next contribution to the 3.0 integration 
build. Unless further notice, there should not be any more changes to our 
contribution for the upcoming integration build.

Eclipse Platform Build Notes 
Java Development Tooling Core
Eclipse SDK 3.0 Build - 2nd June 2003 - 3.0 MILESTONE-1 
Project org.eclipse.jdt.core v_355 
What's new in this drop
Fix for bug 37111 may issue some outgoing changes to .classpath file since the source 
attachment will be shortened into a project relative path when applicable. 
The .classpath file is still backward compatible, and will continue to 
accept non relative source attachments as well. 
Problem Reports Fixed
37111 classpath file - java source attachment shouldn't hardcode project name 
38143 this = null; should raise compile time error 
38124 Brackets around cast accepted by Eclipse but not javac 
Problem Reports Closed
38172 Non-deprecated classes in jar files are marked as deprecated 
38152 Java Compiler Error with method visibility 
38146 NPE in compiler 
38133 Strange behaviour of task "Nested block depth ...." 
37376 Adding access to parser errors in org.eclipse.jdt.core.jdom 


Back to the top