]
Andre Dietisheim updated JBIDE-22315:
-------------------------------------
Labels: application_wizard openshift_v3 (was: )
Application wizard: memory leak
-------------------------------
Key: JBIDE-22315
URL:
https://issues.jboss.org/browse/JBIDE-22315
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Critical
Labels: application_wizard, openshift_v3
Fix For: 4.4.0.Alpha2
Each instance of the wizard with pages, models, data binding contexts, and all referenced
objects, including openshift model objects remains in memory. Disposed are only SWT
widgets, but even they are not ready for the garbage collector since they remain
referenced by data binding contexts.