Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] New 2.1.1 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.1.zip.

This patch is a preview of our next contribution to the 2.1 maintenance 
integration build.

ADDRESSES:
new - verify error due to illegal branch target (bug 37621) 
    - compiler generates unnecessary code for 'null' in array initializers 
(bug 37387) 
    - compiler misses dependency on 'static final long' class variables 
(bug 36490) 
    - problem methods should not reference reflect classes (bug 36718) 
    - verify error for expression "null == null" (bug 36465) 
    - search in hierarchy misses dependent projects (bug 35755) 
    - source folder using default output cannot generate into other source 
folder(bug 36465) 
    - no source attachment for unconventional package names (bug 35965) 
    - cycle markers update taking forever if numerous projects (bug 35528) 
    - JIT issue (on IBM JRE SR2) causing NullPointerException inside 
compiler lookup code (bug 35831) 
    - batch compile should return false if wrong command line (bug 35926) 
    - compiler should tolerate casting to qualified type name colliding 
with field name (bug 35438) 
    - trailing TODO tag prevent from saving in editor (bug 35338) 


Back to the top