Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] New 2.1.2 patch is available

A new patch for JDT/Core got posted in our download area (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/r2.1/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_2.1.2.zip.

This patch is a preview of our next contribution to the 2.1.3 maintenance 
integration build (still not officially scheduled).

Addresses the following issues: 
    - building imported project on clearcase (bugs 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) 

    - compiler interface cast diagnosis (bug 47074) 
    - compiler assignment to 'this' (bug 46918) 
    - NPE in source indexer (bug 40950)

For further information about this patch preview, please read the 
corresponding build notes at:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/buildnotes_jdt-core.html?rev=1.2059.2.58&content-type=text/plain


Back to the top