Community
Participate
Working Groups
Build ID: I20080617-2000 Steps To Reproduce: 1) Write a plugin that adds multiple natures to an IProject (for example, calling CCorePlugin.getDefault().createCDTProject() followed by PythonNature.addNature() followed by JavaCore.create(IProject).setRawClasspath() 2) Create a new project with the plugin Expected result: The project gets updated in an orderly fashion Actual result: Synchronization issues cause lots of headaches. Multiple change notfications are generated during what should be a transactional update. More information: There are two possible solutions to this problem: 1) Make the IProjectDescriptor, which does have transactional get/set calls, extensible, and update all of the language support to implement their additions solely off of the IProjectDescriptor. 2) Create an IProjectWorkingCopy (in the model of the ILaunchConfigurationWorkingCopy) that can record all changes to the project but not commit them until ILaunchConfigurationWorkingCopy.save() is called.
Maybe related to Faceted Project Framework, did you check if they do transactions? http://www.eclipse.org/proposals/fproj/
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it and remove the stalebug whiteboard tag. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. --