Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lanneluc2005-01-31 11:32:05 +0000
committerJerome Lanneluc2005-01-31 11:32:05 +0000
commite52412a19ba1061c6a031d4c174edbb0cda4f3f7 (patch)
treeb9ac818f7cb20c82074910b023930207595c6416 /org.eclipse.jdt.core/buildnotes_jdt-core.html
parent9f9b8273e28871e2f99c2b354d52a1c627bfc245 (diff)
downloadeclipse.jdt.core-e52412a19ba1061c6a031d4c174edbb0cda4f3f7.tar.gz
eclipse.jdt.core-e52412a19ba1061c6a031d4c174edbb0cda4f3f7.tar.xz
eclipse.jdt.core-e52412a19ba1061c6a031d4c174edbb0cda4f3f7.zip
R3_0_maintenance: Merge THAW_452_R30x back into maintenance streamv_453b_R30x
Diffstat (limited to 'org.eclipse.jdt.core/buildnotes_jdt-core.html')
-rw-r--r--org.eclipse.jdt.core/buildnotes_jdt-core.html32
1 files changed, 31 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html
index 306b55a790..a91ee735a0 100644
--- a/org.eclipse.jdt.core/buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html
@@ -49,7 +49,37 @@ What's new in this drop</h2>
</ul>
<h3>Problem Reports Fixed</h3>
-<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=75842">75842</a>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=68506">68506</a>
+Java code formatter strips newline, leaving final line unterminated!
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=78358">78358</a>
+[1.5] Disassembling a .class file can fail
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73497">73497</a>
+Problem methods don't point to the right position in source
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=78128">78128</a>
+Error deleting project with jar file referenced by other project
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=75814">75814</a>
+Inconsistent results when adding a breakpoint to class file with src attached
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=75784">75784</a>
+java.lang.ArrayIndexOutOfBoundsException in compilation
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=75090">75090</a>
+source positions calculated wrongly
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73497">73497</a>
+Problem methods don't point to the right position in source
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=74014">74014</a>
+prefix path for source attachements - automatic detection does not seem to work
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73330">73330</a>
+NullPointerException in search
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73995">73995</a>
+[Javadoc] Wrong warning for missing return type description for @return {@inheritDoc}
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73551">73551</a>
+[Search] NPE while searching package declaration
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=71267">71267</a>
+[Search][Javadoc] SearchMatch in class javadoc reported with element of type IImportDeclaration
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73112">73112</a>
+[Search] SearchEngine doesn't find all fields multiple field declarations
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=73348">73348</a>
+[Javadoc] Missing description for return tag is not always warned
+<br><a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=75842">75842</a>
Performance Regression in NameLookup.seekPackageFragments
<a name="v_452_R30x"></a>

Back to the top