]
Barry LaFond updated TEIIDDES-2104:
-----------------------------------
Fix Version/s: 8.3.3
NPE launching Undeploy VDB Action in server view
------------------------------------------------
Key: TEIIDDES-2104
URL:
https://issues.jboss.org/browse/TEIIDDES-2104
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration, VDB & Execution
Affects Versions: 8.4
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.5, 8.3.3
Certain situations where selection is empty (should never be to enable the Undeploy
action), the TeiidServerSelectionProvider.getSelectedObjects() method will return NULL.
the undeploy.run() method doesn't check for null.
Solution is to return an EMPTY list instead of null