Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2012-04-03 05:45:00 +0000
committerJayaprakash Arthanareeswaran2012-04-03 05:45:00 +0000
commit3acaf9f2cc7da97a00b2acb627c9215063ca971e (patch)
treead710237158694447f3a8ca12bd407aeec4350e2
parentd4217008a0577ef6139e05a418f311a9a8588da7 (diff)
downloadeclipse.jdt.core-I20120407-0305.tar.gz
eclipse.jdt.core-I20120407-0305.tar.xz
eclipse.jdt.core-I20120407-0305.zip
-rw-r--r--org.eclipse.jdt.core/buildnotes_jdt-core.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html
index 99626a361e..60f698e870 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -46,12 +46,16 @@
<hr><h1>
Eclipse Platform Build Notes<br>
Java development tools core</h1>
-Eclipse SDK 3.8.0 - %date% - 3.8.0 M7
+Eclipse SDK 3.8.0 - April 3, 2012 - 3.8.0 M7
<br>Project org.eclipse.jdt.core v_C43
(<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_C43">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=375568">375568</a>
+@PolymorphicSignature methods in MethodHandle have wrong annotation on parameter
+<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
<a name="v_C42"></a>
<hr><h1>

Back to the top