Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-dev] Fwd: [Bug 457633] CSV Plot Viewer throws NullPointerException when creating a plot

Nice! Good work Anna!

Jay

---------- Forwarded message ----------
From: <bugzilla-daemon@xxxxxxxxxxx>
Date: Jan 16, 2015 7:07 PM
Subject: [Bug 457633] CSV Plot Viewer throws NullPointerException when creating a plot
To: <jayjaybillings@xxxxxxxxx>
Cc:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=457633
Product/Component: Ice / Core

Anna Wojtowicz <wojtowicza@xxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |CLOSED
         Resolution|---                         |FIXED

--- Comment #3 from Anna Wojtowicz <wojtowicza@xxxxxxxx> ---
Okay, I decided to do away with the boolean "specialDelimitersEnabled" flag
that is passed into the various daisy-chained load methods in CSVDataLoader.

There's ultimately no way to correctly set the flag if we arbitrarily load in a
CSV file we don't know anything about. Instead, I replaced the flag's
functionality with a regex check in CSVDataLoader.load(File) for the
"#somelabel[:;/]somestuff" format. Tested it with 3 different CSV files (with
and without #labels) and it works.

--
You are receiving this mail because:
You are on the CC list for the bug.

Back to the top