Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Breaking change release of IContainmentAdapter

I am about to release a new version of IContainmentAdapter to the 
org.eclipse.ui.workbench plugin.
You will have to get the latest from org.eclipse.ui.workbench and 
org.eclipse.ui.views to get the updated versions of affected classes.
This change will break jdt.ui. JDT will release a fixed version (today?).
To fix the jdt.ui plugin in your development workspace replace 
org.eclipse.jdt.internal.ui.JavaElementContainmentAdapter with the 
attached version.
If you don't fix the jdt.ui plugin you should be fine as long as you don't 
use a Java working set in the Navigator or in the Task view.

See bug 32492 (http://dev.eclipse.org/bugs/show_bug.cgi?id=32492) for 
details.

Sorry for the inconvenience.
Knut

Attachment: JavaElementContainmentAdapter.java
Description: Binary data


Back to the top