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

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 - 26th May 2003 
Project org.eclipse.jdt.core v_354 
What's new in this drop
Added JavaCore optional problem to detect incompatible required binaries, so as to flag 
situations where some prerequisite binaries are required a JRE level 
higher than the project target platform; i.e. compiling against 1.4 
libraries when deploying for 1.1 platform is likely unwanted. 
* JAVACORE / Reporting Incompatible JDK Level for Required Binaries
*    Indicate the severity of the problem reported when a project 
prerequisites another project 
*    or library with an incompatible target JDK level (e.g. project 
targeting 1.1 vm, but compiled against 1.4 libraries).
*     - option id:         "org.eclipse.jdt.core.incompatibleJDKLevel"
*     - possible values:   { "error", "warning", "ignore" }
*     - default:           "ignore"

Problem Reports Fixed
37750 incorrect handle identifier for IImportContainer 
36674 compiler can generate Java 1.4-only bytecode regardless of compatibility 
settings 
37962 Unexpected transient problem during reconcile 
37166 NPE in SearchEngine when matching type against ProblemReferenceBinding 
37438 searchenging NPE in searchDeclarationsOfReferencedTypes 
37779 ExceptionInInitializerError when using JDTCompilerAdapter 
36307 JDK1.4.2: Wrong declaring class for clone method on array class 
Problem Reports Closed
38043 NPE during rebuild of Java source file 
37940 SerialVersionUID conflict between eclipse and ANT based compilations 
37417 faster method to clean output folder 
30530 Search returns most exact matches as inexact 
37876 Assertion failure when making a search references 
36332 can't attach more than one source dir to a jar 
36211 REGRESSION: VerifyError 
37548 Array protected methods should use array type as receiver type in 
bytecodes 
37840 NPE in DeltaProcessor using latest JDT/Core version v_353 
37801 JDT compiler bug ? 





Back to the top