### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: META-INF/MANIFEST.MF =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/META-INF/MANIFEST.MF,v retrieving revision 1.17.4.9 diff -u -r1.17.4.9 MANIFEST.MF --- META-INF/MANIFEST.MF 14 Jan 2008 09:50:02 -0000 1.17.4.9 +++ META-INF/MANIFEST.MF 25 Jan 2008 16:50:11 -0000 @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true -Bundle-Version: 3.2.6.qualifier +Bundle-Version: 3.2.7.qualifier Bundle-Activator: org.eclipse.jdt.core.JavaCore Bundle-Vendor: %providerName Bundle-Localization: plugin Index: buildnotes_jdt-core.html =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/buildnotes_jdt-core.html,v retrieving revision 1.5274.2.108 diff -u -r1.5274.2.108 buildnotes_jdt-core.html --- buildnotes_jdt-core.html 14 Jan 2008 09:50:01 -0000 1.5274.2.108 +++ buildnotes_jdt-core.html 25 Jan 2008 16:50:11 -0000 @@ -37,6 +37,22 @@ + +

+Eclipse Platform Build Notes
+Java Development Tooling Core

+Eclipse SDK - %date% - +
Project org.eclipse.jdt.core v_690_R32x +(cvs). +

What's new in this drop

+ + +

Problem Reports Fixed

+216569 +backport bug 178551 to R3_2 +


Eclipse Platform Build Notes
Index: scripts/META-INF/MANIFEST.MF =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/scripts/META-INF/MANIFEST.MF,v retrieving revision 1.2.2.4 diff -u -r1.2.2.4 MANIFEST.MF --- scripts/META-INF/MANIFEST.MF 14 Jan 2008 09:50:02 -0000 1.2.2.4 +++ scripts/META-INF/MANIFEST.MF 25 Jan 2008 16:50:12 -0000 @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Eclipse Compiler for Java Bundle-SymbolicName: org.eclipse.jdt.core.compiler.batch -Bundle-Version: 3.2.6 +Bundle-Version: 3.2.7 Bundle-ClassPath: . Bundle-Vendor: Eclipse.org Bundle-Localization: plugin Index: search/org/eclipse/jdt/internal/core/index/DiskIndex.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/DiskIndex.java,v retrieving revision 1.49.4.4 diff -u -r1.49.4.4 DiskIndex.java --- search/org/eclipse/jdt/internal/core/index/DiskIndex.java 3 May 2007 13:12:14 -0000 1.49.4.4 +++ search/org/eclipse/jdt/internal/core/index/DiskIndex.java 25 Jan 2008 16:50:12 -0000 @@ -848,7 +848,7 @@ // how many characters can be decoded without refilling the buffer? int charsInBuffer = i + ((this.bufferEnd - this.bufferIndex) / 3); // all the characters must already be in the buffer if we're at the end of the stream - if (charsInBuffer > length || this.bufferEnd != this.streamBuffer.length) + if (charsInBuffer > length || this.bufferEnd != this.streamBuffer.length || stream == null) charsInBuffer = length; while (i < charsInBuffer) { byte b = this.streamBuffer[this.bufferIndex++]; Index: scripts/exportplugin.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/scripts/exportplugin.xml,v retrieving revision 1.44.4.8 diff -u -r1.44.4.8 exportplugin.xml --- scripts/exportplugin.xml 14 Jan 2008 09:50:02 -0000 1.44.4.8 +++ scripts/exportplugin.xml 25 Jan 2008 16:50:12 -0000 @@ -1,119 +1,27 @@ - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Index: batch/org/eclipse/jdt/internal/compiler/batch/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties,v retrieving revision 1.546.2.26 diff -u -r1.546.2.26 messages.properties --- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 14 Jan 2008 09:50:02 -0000 1.546.2.26 +++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 25 Jan 2008 16:50:12 -0000 @@ -14,7 +14,7 @@ #Format: compiler.name = word1 word2 word3 compiler.name = Eclipse Java Compiler #Format: compiler.version = 0.XXX[, other words (don't forget the comma if adding other words)] -compiler.version = v_689_R32x, pre-3.2.3 release +compiler.version = v_690_R32x, pre-3.2.3 release compiler.copyright = Copyright IBM Corp 2000, 2007. All rights reserved. ### progress