Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Fall 9
Description
Situation: When a user attempts to import a file that is improperly formatted (e.g., space-separated text file), an error appears in the Color by table. This error being displayed is incorrectly formatted. It reads, "Error: Please make sure if the file format is right.java.lang.NullPointerException: Cannot invoke "String.length()" because "regex" is null". The message itself also extends past the boundary of the window size, forcing a user to expand the Color by window to read it.
Task: Update the error message and ensure that it does not change the formatting of the Color by window when it's thrown.
To reproduce: In the Color by window, click Import..., then open the file attached to this ticket. See the error at the bottom of the window.
Downloaded the Early Access release and tested on my Mac. The error is formatted correctly and is human-readable. No errors in the Log. No odd behavior in the Color by table.
Closing ticket!