]
Barry LaFond resolved TEIIDDES-2400.
------------------------------------
Resolution: Done
committed to 8.6.x, 9.0.x and master
NPE creating a structural copy of a source model in the new model
wizard
------------------------------------------------------------------------
Key: TEIIDDES-2400
URL:
https://issues.jboss.org/browse/TEIIDDES-2400
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 8.6
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.6.1, 9.0.1, 9.0
Creating/copying a source model as a new source model fails due to NPE:
{code}
java.lang.NullPointerException
at
org.teiid.designer.ui.wizards.TreeViewerWizardPanel.doGenerateDefaultSQL(TreeViewerWizardPanel.java:180)
at
org.teiid.designer.ui.wizards.StructuralCopyWizardPage.doGenerateDefaultSQL(StructuralCopyWizardPage.java:192)
at
org.teiid.designer.ui.wizards.StructuralCopyContributor.doFinish(StructuralCopyContributor.java:85)
{code}