Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliviert2011-03-18 13:20:08 +0000
committeroliviert2011-03-18 13:20:08 +0000
commit0eba54241dc4b8429d305fc36ade116feb97a999 (patch)
tree485207478d2bbfa23e46534661970c047391b042 /buildnotes_jdt-core.html
parent5edd9bcbc4e686608854d6d596b0428cbb46ecf9 (diff)
downloadorg.eclipse.jdt.core-0eba54241dc4b8429d305fc36ade116feb97a999.tar.gz
org.eclipse.jdt.core-0eba54241dc4b8429d305fc36ade116feb97a999.tar.xz
org.eclipse.jdt.core-0eba54241dc4b8429d305fc36ade116feb97a999.zip
HEAD - Fixed bug 339447: synchronized access modifier retained on clone() bridge
Diffstat (limited to 'buildnotes_jdt-core.html')
-rw-r--r--buildnotes_jdt-core.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildnotes_jdt-core.html b/buildnotes_jdt-core.html
index 2c6a9d5d3..9353459b3 100644
--- a/buildnotes_jdt-core.html
+++ b/buildnotes_jdt-core.html
@@ -51,7 +51,9 @@ Eclipse SDK 3.7M7 - %date% - 3.7.0 M7
<h2>What's new in this drop</h2>
<h3>Problem Reports Fixed</h3>
-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=339891">339891</a>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=339447">339447</a>
+synchronized access modifier retained on clone() bridge
+<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=339891">339891</a>
NPE when searching for method (with '*' wildcard character)
<br><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=340029">340029</a>
[1.5][compiler] Enum constructor that throws Exception reports a confusing error message

Back to the top