Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Broudcast of change to protected field in EditModel


Users and extenders of edit models,

In order to properly fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=152587, a small change is required to a protected field and protected accessor on org.eclipse.wst.common.internal.emfworkbench.integration.EditModel.  This class had a protected field "listeners" which was of type java.util.List.  It is now of type org.eclipse.core.runtime.ListenerList and it's protected accessor was removed.  We do not expect this to affect anyone adversely but wanted to throw out a heads up.  The API usage scan was run against these changes and came up clean.  We plan to release them for this weeks WTP 1.5.1 integration build.

Let me know if you have any issues or questions.

John Lanuti
Software Engineer, IBM Rational
IBM Software Lab - Research Triangle Park, NC
jlanuti@xxxxxxxxxx
t/l 441-7861

Back to the top