Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020627
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020618
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020612
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020607
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020601
What's new in this drop
API changes
- Added support to get the file encoding for IFiles. See IFile.getEncoding for more details.
- Added a validation method for creating plug-in version identifiers. See PluginVersionIdentifier.validateVersion for more details.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020531
What's new in this drop
API changes
- Added API on org.eclipse.core.resources.IWorkspaceDescription to get automatic snapshot
interval.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020530
What's new in this drop
API changes
- Added API on org.eclipse.core.runtime.Preferences for importing/exporting user preferences to a file.
See org.eclipse.core.runtime.Preferences for more information.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020529
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020528
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020521
What's new in this drop
API changes
- Added ARCH constant in org.eclipse.core.boot.BootLoader for the PA_RISC architecture.
- Updated IWorkspace.validateEdit as per bug 12679.
Other highlights
- Removed plugin org.eclipse.core.target.
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020517
What's new in this drop
API changes
- Added new API to IWorkspaceDescription for setting/getting the snapshot interval for the
delayed snapshot thread. See IWorkspaceDescription for more information.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020514
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020507
What's new in this drop
API changes
-
Added new API to org.eclipse.core.runtime.BootLoader to return the lists
of known OS, ARCH, and WS values. See the BootLoader class for more details.
-
Added new constants BootLoader.OS_MACOSX and BootLoader.WS_CARBON. See
the BootLoader class for more details.
Other highlights
-
The non-API class org.eclipse.core.launcher.UIMain has been removed. Code
previously calling this class can reference org.eclipse.core.launcher.Main
since UIMain was a wrapper to call Main with the workbench application,
and now the application will be picked up from the primary feature.
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020430
What's new in this drop
API changes
-
Added a new constant (PREF_ENCODING) and API (ResourcesPlugin.getEncoding())
to help with persistence of the encoding type to use when reading text
files. See org.eclipse.core.resources.ResourcesPlugin and the Platform/UI
build notes for details.
-
Added new API IWorkspace.loadProjectDescription(IPath) which loads a project
description file from a .project file on disk. The resulting description
file can be used to create the project via the IProject.create APIs. This
method is useful for discovering the name of a project from a .project
file. See IWorkspace.loadProjectDescription for more details.
-
Added API for IPluginDescriptor.find to match the API Plugin.find. These
methods are functionally equivalent except the method on IPluginDescriptor
does not require the plugin to be activated. Also note that the resulting
URL is NEVER a platform: URL and thus does not need to be resolved via
Platform.resolve. (although calling #resolve will be a no-op and not cause
any harm) See IPluginDescriptor for more details.
-
Added new API IResource.isSynchronized(int) which will return a boolean
value indicating whether or not the given resource is considered to be
synchronized with the local file system to the given depth. See IResource.isSychronized
for more information.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020425
What's new in this drop
API changes
Other highlights
-
The format of the .log file has changed and the file now persists through
Eclipse sessions. Eclipse does not remove it automatically anymore.
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020423
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020418
What's new in this drop
API changes
-
The following API classes have been removed from org.eclipse.core.runtime:
-
ComponentModel
-
ConfigurationModel
-
InstallModel
All related constants and code have been removed as well. These API
classes were not deprecated since they are currently non-functional.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020411
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020409
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020404
What's new in this drop
API changes
-
Previously preference settings were support by UI API which limits this
to UI plug-ins. This functionality has been moved to Runtime so all plug-ins
can leverage this support. This is also a stepping stone in supporting
the product customization story. See the class org.eclipse.core.runtime.Preferences
for more details.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020402
What's new in this drop
API changes
Other highlights
-
Support for automatically adding the /fragments directory to a plugin's
class path has been removed.
What this means:
- Fragments are now able to live as siblings of their plugins. That
is, they both can reside in the same /plugins directory.
- Fragments living in the /fragments directory will NOT automatically
be found when running.
How to fix your fragments:
- Move your fragments from <eclipseInstall>/fragments/ to <eclipseInstall>/plugins/.
- Nothing else should be necessary to make this work. (e.g. you do
NOT need to rename the fragment.xml file).
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020328
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020326
What's new in this drop
API changes
-
The IResourceTree API (used in conjunction with the IMoveDeleteHook by
the Team providers) has been modified to fix inconsistencies and to make
it more useable by the providers. Most notable was the removal of the begin/end
move folder/project.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020321
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020318
What's new in this drop
API changes
-
Added the IMoveDeleteHook interface for the Team plugin to hook. See the
interfaces IMoveDeleteHook and IResourceTree for more information. Current
limitations:
-
Signalling a project move by #beginMoveProject/#endMoveProject does not
work. (clients must call #movedProjectSubTree)
-
A project move fail if the resources are out of sync with the local file
system and the force flag is false. (Note that it does NOT try to move
all in-sync resources)
-
The project description file has been moved from the project metadata area
to the project content area into a file called ".project". Current limitations:
-
If #setContents is called on the .project file the changes are reflected
in the project description in memory during the next resource change notification.
-
If new content is discovered for the .project file from a #refreshLocal
the changes are reflected in the project description in memory during the
next resource change notification.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020312
What's new in this drop
API changes
-
Added API to find the deletedMembers of a container which have local history.
See IContainer.findDeletedMembersWithHistory for details.
-
Consolidated many IResource and IWorkspace APIs (delete, copy, move, etc)
to use integers specifying flags, rather than having multiple booleans
as parameters. See IResource and IWorkspace for details.
-
Added more support for natures. See IProjectNatureDescriptor and nature
related methods on IWorkspace.
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020212
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020205
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020129
What's new in this drop
API changes
Other highlights
-
Plugin registry caching has been enabled by default. On startup, a registy
cache is checked against the plugin and fragment files on disk. If it is
determined that there are no changes then the cache is used rather than
parsing the XML files. If the user does not want to use the registry cache
mechanism, then there is a command line argument "-noregistrycache" which
can be used to enforce parsing of the XML files.
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020122
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20020115
What's new in this drop
API changes
-
Added org.eclipse.core.boot.BootLoader.getOSArch(). This method returns
the string name of the current system architecture. The value is a user-defined
string if the architecture is specified on the command line, otherwise
it is the value returned by java.lang.System.getProperty("os.arch").
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011218
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011211
What's new in this drop
API changes
Other highlights
Resolved Bugs
-
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
since the last integration build.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011127 (v213)
What's new in this drop
API changes
Other highlights
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011120 (v211)
What's new in this drop
API changes
Other highlights
-
5944
Bug in Path.append
-
6082
Renaming Project from project to PROJECT messes everything up (2.0)
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011113 (v210)
What's new in this drop
API changes
-
5668 -
Plugin version match on fragments too restrictive - added match attribute
to fragments
Other highlights
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011108 (v209) - November 8, 2001
What's new in this drop
API changes
Other highlights
-
5031
API - Review comments related to resource change notifications
Eclipse Platform Build Notes
Core
Eclipse SDK Build 20011105 - November 5, 2001
What's new in this drop
API changes
-
5039
IFile.create with force true does not handle case variants
-
The compromise is that methods that create files and folders on disk will
return
a special status constant in the CoreException if a case variant collision
is
detected. This constant is IResourceStatus.CASE_VARIANT_EXISTS.
The idea is
that at least this allows the programmatic detection of this case,
so
appropriate handling can be written.
Other highlights
Eclipse Platform Build Notes
Core
Eclipse SDK Build 207 - November 1, 2001
What's new in this drop
API changes
-
5158 Core
extensions are a mess?
-
Released documentation fixes to our repository. No change in code,
no change required by clients.
-
3041
magic 'aux' name not handled by refactoring (1GEUO7L)
-
Added platform specific resource name validation checks to IWorkspace#validateName.
The given refactoring case still doesn't give pretty results (big error
dialog), but there's no more walkbacks. The API comment was updated.
-
5002
API IncrementalProjectBuilder#build should mention how to handle cancel
-
Added a line in the javadoc recommending how cancelation should be handled.
Other highlights
-
3048
resource
name != file name? (1GF2SPG)
-
This restriction has been removed. It is now legal to create resource
names involving semi-colons and commas.
Eclipse Platform Build Notes
Core
Eclipse SDK Build 206 - October 25, 2001
What's new in this drop
API changes
-
5256 XML: plugin prerequisites - match attribute changes
Other highlights
Problem reports fixed
Fixed Problem Reports
3027 Integrate changes to core lib (1GDKWLA)
3122 -dev bin not removed from application arguments (1GJUABB)
Closed Problem Reports
3000 Hidden files not handled correctly (1FWHT63)
3029 Case sensitive and validity problems (1GDS96P)
3040 Potential deadlock on Java Project creation (1GETAUS)
3073 NPE in indexer printed to the console (1GFKO41)
3099 StreamCorruptedException showing in log file (1GI94QR)
3561 walkback creating class (named "AUX") (1G8VLRY)
5102 Second builder not getting delta from the first
Eclipse Platform Build Notes
Core
Eclipse SDK Build 205 - October 18, 2001
What's new in this drop
API changes
-
3133 API - clarify IProjectDescription.setLocation (1GKS62X)
Added the following paragraph:
* This operation maps the root folder of the project to the exact
location
* provided. For example, if the location for project named
"P" is set
* to the path c:\my_plugins\Project1, the file resource at workspace
path
* /P/index.html would be stored in the local file system
at
* c:\my_plugins\Project1\index.html.
Other highlights
Problem reports fixed
Fixed Problem Reports
3035 duplicate dir structure created while creating .metadata (1GE8WDW)
3082 Problem with UUID and IP address (1GGRLEK)
3137 Performance: slow autobuild with many projects (1GL4NI5)
5059 IPath#append API different then implementation
Closed Problem Reports
2995 Missing content types from server (1FU2JQO)
2999 ISVs need to be able to validate rename (1FWHSSI)
3001 Deletion fails if MS Explorer is opened on workbench folders
(1FWLYJ2)
3094 Extra directory created under ide-beta (1GHJBG2)
3090 Misc performance issues (1GHH6WS)
3097 Inconsistent API and implementation for IContainer and Container
(1GHSNM1)
Eclipse Platform Build Notes
Core
Eclipse SDK Build 204 - October 11, 2001
What's new in this drop
API changes
Other highlights
Problem reports fixed
Fixed Problem Reports
None.
Closed Problem Reports
1GLBU8U: ITPCORE:WINNT - UTFDataFormatException opening a 202a workspace
with 203
1GF0ZHZ: ITPJCORE:WIN2000 - NPE in Indexing thread (build 35!)
1GEL7MV: ITPJUI:ALL - Performance: working with autobuild is not possible
Eclipse Platform Build Notes
Core
Eclipse SDK Build 203 - October 4, 2001
What's new in this drop
API changes
Other highlights
Problem reports fixed
Fixed Problem Reports
1GKS8UD: ITPCORE:ALL - Copying files on Linux using Ant loses files permissions
1GKS5F8: ITPCORE:ALL - File loses attributes when contents are set/appended
1GKRUXD: ITPCORE:WINNT - "receiver" is a bad API word
1GKDEQ5: ITPCORE:WINNT - DCR: possible delta API changes
1GKD0C8: ITPCORE:WIN2000 - Nit: provider name for xerces is inconsistent
1GHOPB4: ITPCORE:WINNT - Class loader performance
1GGM3JX: ITPCORE:ALL - Marker deltas for changed markers reflect new
state
1GFL45K: ITPCORE:ALL - File.create does not always close the stream
1GEGYX7: ITPCORE:ALL - Check modification stamp
1GET4T6: ITPCORE:WIN2000 - Prevent a workspace being opened twice
1GE28GZ: ITPCORE:WIN2000 - look for problem code 13
1GDIL18: ITPCORE:ALL - Don't modify marker dirty bit if transient
Closed Problem Reports
1GIVK8A: ITPCORE:ALL - Opening multiple instances of Eclipse on the same
target
1GIGQ9V: ITPCORE:WINNT - IPath - inconsistency between API and implementation
1GI8ZMM: ITPCORE:ALL - launching Eclipse.exe multiple times
1GI8X55: ITPCORE:ALL - opening the same workspace / platform data area
twice
1GI3CPS: ITPCORE:WINNT - ResourceInfos not cleaned up after deletion
1GHQ0AP: ITPCORE:WINNT - Not available builders not handled nicely
1GEWI5C: ITPJUI:ALL - inconsistent IPath API
1GEWF2M: ITPCORE:ALL - Metadata directory contains dot-whatever files
1GEHAAS: ITPVCM:WINNT - Performance: catching up hangs
1GE7206: ITPUI:ALL - Canceling rename may create two projects
1GDT696: ITPJCORE:WINNT - Performance: Auto-Build does full build after
a while
1G5SV9O: ITPCORE:WIN - PlunginStats and ResourceStats
Eclipse Platform Build Notes
Core
Eclipse SDK Build 202 - September 27, 2001
What's new in this drop
API changes
Other highlights
Problem reports fixed
Fixed Problem Reports
1GK9KQN: ITPCORE:WIN2000 - Soft Prereqs - Ignore incompatible versions
1GK9755: ITPCORE:WIN2000 - Orphaned plugin picks wrong prerequisite
Closed Problem Reports
1GKMN8V: ITPCORE:ALL - Need easier way to access child deltas
1GKM7OQ: ITPCORE:WINNT - Stack overflow shutting down workspace
Eclipse Platform Build Notes
Core
Eclipse SDK Build 201 - September 20, 2001
What's new in this drop
API changes
Other highlights
Problem reports fixed
Fixed Problem Reports
1GJUFYH: ITPCORE:ALL - ResourceInfo.setSynInfo has a concurrency info
1GJNHIP: ITPCORE:WIN2000 - Multiple version prerequisite confuses resolver
1GHWFC5: ITPCORE:ALL - Performance: AdapterManager#getFactory(Class,
Class)
1GHH81D: ITPCORE:WIN2000 - Multiple versions of fragments not handled
properly
1GFIE1Q: ITPJUI:WIN2000 - Non-obvious error message when creating a
project
1GBZ5GB: ITPCORE:WIN - Performance: is refresh local producing unecessary
garbage?
1G85WX2: ITPCORE:WINNT - Soft prereqs
Closed Problem Reports
1GJ7ZV5: ITPUI:WINNT - ANT.UI: MissingResourceBundle
1GFOG2P: ITPCORE:WINNT - Progress bar for refresh from local is not
very accurate
1GFBQVP: ITPCORE:ALL - Performance: Project creation time
1GF9WSC: ITPCORE:ALL - Remove workspace linking on restore?
1GF9NQD: ITPCORE:ALL - Optimization of findExistingResourceVariant
method
1GEVOEW: ITPCORE:WIN2000 - Performance tracking PR
1GDF4FX: ITPJCORE:WIN2000 - Performance: Strange Build behaviour
1G3PBWX: ITPCORE:ALL - dtree and watson refactoring
Eclipse Platform Build Notes
Core
Eclipse SDK Build 200 - September 13, 2001
What's new in this drop
API changes
-
The interface AntRunnerListener (package org.eclipse.ant.core) is renamed
IAntRunnerListener for consistency with Eclipse namimg conventions.
Other highlights
Problem reports fixed
Fixed Problem Reports
1GJ9RRK: ITPCORE:ALL - Unused temporary variables
1GJ6OIO: ITPCORE:ALL - Typo in IWorkspace javadoc
1GIKD70: ITPCORE:WIN2000 - API: AntRunnerListener should be called
IAntRunnerListener
1GIIQOK: ITPCORE:ALL - Obsolete import statement on ConfigurationElement
1GII85Y: ITPCORE:ALL - Obsolete import statement on IResource
1GHST7H: ITPCORE:ALL - IWorkspace typo
1GGEPM1: ITPCORE:WIN2000 - More than one runtime element allowed in
plugin.xml
1GAIYEE: ITPCORE:ALL - Performance: Marker attributes
Closed Problem Reports
1GJLIRE: ITPCORE:Linux - Symlinks are "dangerous" to use
1GHGSSM: ITPCORE:WINNT - strange resource string in exception