Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #357560 +++ The class org.eclipse.wst.web.ui.internal.wizards.DataModelFacetCreationWizardPage creates listeners (IFacetedProjectListener) that are not cleaned up in the dispose method. This can cause problem in case other classes are using the data model (containing the faceted project this listeners are listening to) after the page is disposed. In fact, the page should not act on the model if it has been already disposed.
This bug is to commit code to WTP 3.3.2
Created attachment 204907 [details] Proposed patch for WTP 3.3.2 (using R3_3_maintenance)
approved
Code committed to R3_3_maintenance for WTP 3.3.2. Resolving bug.