[
https://issues.jboss.org/browse/TEIIDDES-2444?page=com.atlassian.jira.plu...
]
Andrej Šmigala reopened TEIIDDES-2444:
--------------------------------------
The changed code contains the following line:
{code:java}
if( info == null && !info.viewModelExists() ) {
{code}
This would cause NPE in case info is ever null, it should probably have been || instead of
&&. However, the null check seems redundant, as info is only set in the
constructor and it is checked for null there.
 Import flat file via remote URL problem
 ---------------------------------------
                 Key: TEIIDDES-2444
                 URL: 
https://issues.jboss.org/browse/TEIIDDES-2444
             Project: Teiid Designer
          Issue Type: Bug
          Components: Import/Export
    Affects Versions: 8.6.1
            Reporter: Jan Stastny
            Assignee: Barry LaFond
             Fix For: 9.1, 8.6.2 Beta1, 9.0.2 Beta1, 9.0.2, 8.6.2
 When importing flat file via remote URL the import can't be finished. It gets stuck
on screen 'Flat File Delimited Columns Parser Settings' where the 'next'
button is enabled, but nothing happens after clicking it.
 I encountered the issue while performing this test script:
https://mojo.redhat.com/docs/DOC-1016720 
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)