blob: 285e9bf09690a77bd70ee53873aa2c7f36f3ab9e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<title>JDT/Core Release Notes 3.5</title>
<link rel="stylesheet" href="jdt_core_style.css" charset="iso-8859-1" type="text/css">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
<tr>
<td align="left" width="72%" class="title1">
<font size="+3"><b>jdt core - build notes 3.5 stream</b></font>
</td>
</tr>
<tr><td align="left" width="72%" class="title2"><font size="-2">java development tooling core</font></td></tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td class="title3">
<font size="-1">
Here are the build notes for the Eclipse JDT/Core plug-in project
<a href="http://www.eclipse.org/jdt/core/index.php"><b>org.eclipse.jdt.core</b></a>,
describing <a href="http://bugs.eclipse.org/bugs" target=new>bug</a> resolution and substantial changes in the <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core"><b>HEAD</b></a> branch.
For more information on 3.5 planning, please refer to <a href="http://www.eclipse.org/jdt/core/r3.5/index.php#release-plan">JDT/Core release plan</a>,
the next <a href="http://www.eclipse.org/jdt/core/r3.5/index.php#milestone-plan">milestone plan</a>,
the overall <a href="http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_5.html">official plan</a>,
or the <a href="http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html">build schedule</a>.
This present document covers all changes since Release 3.4 (also see a summary of <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.jdt.core/notes/API_changes.html">API changes</a>).
<br>Maintenance of previous releases of JDT/Core is performed in parallel branches:
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R3_4_maintenance">R3.4.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R3_3_maintenance">R3.3.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R3_2_maintenance">R3.2.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R3_1_maintenance">R3.1.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R3_0_maintenance">R3.0.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R2_1_maintenance">R2.1.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=R2_0_1">R2.0.x</a>,
<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=ECLIPSE_1_0">R1.0.x</a>.
</font>
</td>
</tr>
</table>
<a name="v_901"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
Java Development Tooling Core</h1>
Eclipse SDK 3.5M1 - July 1, 2008 - 3.5 MILESTONE 1
<br>Project org.eclipse.jdt.core v_901
(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_901">cvs</a>).
<h2>What's new in this drop</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=238210">238210</a>
[formatter] CodeFormatter wraps line comments without whitespaces
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=238484">238484</a>
[1.5][compiler] Eclipse generates bad code (major regression)
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235370">235370</a>
Add performance test for bug 234718
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=135906">135906</a>
CompilationUnitStructureRequestor.resolveDuplicates has bad performance
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=169678">169678</a>
[hierarchy] Type Hierarchy on static nested class includes unrelated types
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=95480">95480</a>
[model] Missing INVALID_SIBLING exception when creating a type in an enum type that contains constants
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235369">235369</a>
DeltaProcessor.resetProjectCaches() should clear the list of projects to reset
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=190840">190840</a>
SourceMapper#computeAllRootPaths(IType) factorisation suggestion
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=148664">148664</a>
[spec] IJavaModel#getJavaProject(String) throws IAE for invalid name
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=231130">231130</a>
[spec] IClassFile.getPath() not specified for external class folders
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=209425">209425</a>
[spec] Ambiguous JavaDoc in ASTParser#setUnitName regarding source folders
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235272">235272</a>
javadoc of JavaCore#COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION needs improvement
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235778">235778</a>
Potential race condition computing resolved classpath
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=154865">154865</a>
[hierarchy] Focus on Package only shows classes with missing superclasses
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=236445">236445</a>
NPE in content assist
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=237123">237123</a>
[search] And/OrPatterns miss to override one overload
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=226357">226357</a>
[dom] NPE in MethodBinding.getParameterAnnotations() if some, but not all parameters are annotated
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=120082">120082</a>
Signature is missing capture
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235882">235882</a>
[compiler] constructor-scoped inner classes unable to recognize final member variable initialization
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=238090">238090</a>
[formatter] New lines wrongly added while formatting too long @see references
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=237942">237942</a>
[formatter] String references are put on next line when over the max line length
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=233259">233259</a>
[formatter] html tag should not be split by formatter
<a name="v_900"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
Java development tooling core</h1>
Eclipse SDK 3.5M1 - June 24, 2008
<br>Project org.eclipse.jdt.core v_900
(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_900">cvs</a>).
<h2>What's new in this drop</h2>
<ul>
<li>Incremented JDT/Core plug-in id to "3.5.0", since added new API/feature.
</li>
<li>Added a new compiler warning to detect comparisons between identical expressions. This diagnosis is controlled by option:
<code>JavaCore.COMPILER_PB_COMPARING_IDENTICAL</code> and produces a problem marker which ID is
<code>IProblem.ComparingIdentical</code> problem ID.
<pre>
Compiler option ID: Reporting Comparison of Identical Expressions.
When enabled, the compiler will issue an error or a warning if a comparison
is involving identical operands (e.g <code>'x == x'</code>).
- Option id:"org.eclipse.jdt.core.compiler.problem.comparingIdentical"
- Possible values: { "error", "warning", "ignore" }
- Default: "warning"
</ul>
</li>
</ul>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=234172">234172</a>
[1.5][select] no hover in qualified name with generics
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=233568">233568</a>
Type in Server Runtime is not resolved in editor
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=217287">217287</a>
[dom]IVariableBinding#getJavaElement() return null for variable inside and initializer
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235921">235921</a>
[1.5][compiler] Incorrect generic signature attribute created for inner anonymous type
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=234619">234619</a>
[1.5][compiler] Object#getClass() has wrong expression type binding with JRE from 1.6
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=115814">115814</a>
[compiler] warning on comparing same to same
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=235004">235004</a>
[compiler] Misleading compiler warning
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=232944">232944</a>
IMember#getJavadocRange() should end with &quot;*/&quot;
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=222665">222665</a>
Error opening workbench
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=216772">216772</a>
IJavaModel#refreshExternalArchives fails to refresh ExternalJavaProject jar cache
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=205917">205917</a>
JavaCore#create(String, WorkingCopyOwner) should deal with null owner
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=237051">237051</a>
[formatter] Formatter insert blank lines after javadoc if javadoc contains Commons Attributes @@ annotations
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=236230">236230</a>
[formatter] SIOOBE while formatting a compilation unit.
<hr>
<p>For earlier build notes, also see <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.jdt.core/notes/R34_buildnotes_jdt-core.html">build notes up to Release 3.4</a>.</p>
<br>
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
</p>
</body>
</html>