Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Audel2008-01-07 09:56:51 +0000
committerDavid Audel2008-01-07 09:56:51 +0000
commit7aa41fe639eb46a740b35e612973cada9ba8267f (patch)
treedae513e3097fefc3ccd6b3149a7d441cd5a0a55e /org.eclipse.jdt.core/buildnotes_jdt-core.html
parenta626dbe34a0108abdf11028aa7b5540f10df6847 (diff)
downloadeclipse.jdt.core-7aa41fe639eb46a740b35e612973cada9ba8267f.tar.gz
eclipse.jdt.core-7aa41fe639eb46a740b35e612973cada9ba8267f.tar.xz
eclipse.jdt.core-7aa41fe639eb46a740b35e612973cada9ba8267f.zip
HEAD - bug 210681
Diffstat (limited to 'org.eclipse.jdt.core/buildnotes_jdt-core.html')
-rw-r--r--org.eclipse.jdt.core/buildnotes_jdt-core.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html
index 228d16b980..b3df56562d 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -49,7 +49,9 @@ Eclipse SDK 3.4M5 - %date% - 3.4 MILESTONE 5
<h2>What's new in this drop</h2>
<h3>Problem Reports Fixed</h3>
-<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=211881">211881</a>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=210681">210681</a>
+Code assist fails to propose inner type
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=211881">211881</a>
[assist] Code assist fails inside an if statement
<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=212153">212153</a>
stack overflow when press ctrl+space

Back to the top