Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatyam Kandula2012-04-13 12:07:50 +0000
committerSatyam Kandula2012-04-13 12:07:50 +0000
commitbb990bbe2f99b13d90c95618d143ba72ec06f056 (patch)
tree32b307f5785a7759947e9e9de8acf6331e92a9af
parent30e1e08b39a385e23b3e9bbd84695d496e330188 (diff)
downloadeclipse.jdt.core-bb990bbe2f99b13d90c95618d143ba72ec06f056.tar.gz
eclipse.jdt.core-bb990bbe2f99b13d90c95618d143ba72ec06f056.tar.xz
eclipse.jdt.core-bb990bbe2f99b13d90c95618d143ba72ec06f056.zip
Updated build notes and Build inputv_B82_R36x_J7v20120413-1000_R362_J7
-rw-r--r--org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties6
-rw-r--r--org.eclipse.jdt.core/buildnotes_jdt-core.html21
2 files changed, 23 insertions, 4 deletions
diff --git a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
index b1e3c0d0a4..a392bf8588 100644
--- a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
+++ b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -15,8 +15,8 @@
#Format: compiler.name = word1 word2 word3
compiler.name = Eclipse Compiler for Java(TM)
#Format: compiler.version = 0.XXX[, other words (don't forget the comma if adding other words)]
-compiler.version = 0.B81_R36x_J7, 3.6.2+ Java7
-compiler.copyright = Copyright IBM Corp 2000, 2011. All rights reserved.
+compiler.version = 0.B82_R36x_J7, 3.6.2+ Java7
+compiler.copyright = Copyright IBM Corp 2000, 2012. All rights reserved.
### progress
progress.compiling = Compiling
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html
index 3084f8f7de..65ed382a1b 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -41,6 +41,25 @@
</td>
</tr>
</table>
+<a name="v_B82_R36x_J7"></a>
+<hr><h1>
+Eclipse Platform Build Notes<br>
+Java development tools core</h1>
+Eclipse SDK 3.6.50 - April 13, 2012
+<br>Project org.eclipse.jdt.core v_B82_R36x_J7
+(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_B82_R36x_J7">cvs</a>).
+<h2>What's new in this drop</h2>
+
+<h3>Problem Reports Fixed</h3>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=375326">375326</a>
+try-with-resources assignment in statement produces stack map exception
+<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=372687">372687</a>
+org.eclipse.jdt.core.LRUCache.get(Object key) returns an empty list from a class that has methods
+<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=375248">375248</a>
+AIOOBE inside twr with finally block
+<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=185601">185601</a>
+.apt_generated is not restored as a source folder
+
<a name="v_B81_R36x_J7"></a>
<hr><h1>
Eclipse Platform Build Notes<br>
@@ -58,7 +77,7 @@ Eclipse SDK 3.6.50 - January 11, 2012
<hr><h1>
Eclipse Platform Build Notes<br>
Java development tools core</h1>
-Eclipse SDK 3.6.50 - January 10, 2012
+Eclipse SDK 3.6.50
<br>Project org.eclipse.jdt.core v_B80_R36x_J7
(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_B80_R36x_J7">cvs</a>).
<h2>What's new in this drop</h2>

Back to the top