Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.1SDK
-
None
Description
The import wizard throw a Null Pointer Exception when it tries to overwrite an existing file in the workspace. The issue is caused by a missing IOverwriteQuery object in the Import Operation.
To fix this issue pass an IOverwriteQuery object to the Import Operation and ask the user if he wants to overwrite or not.