Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] acc1c2: By default, the CSVDataLoader considers :, ; and /...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: acc1c28c3f7f00ccdf7a53b53f3a930b366fbf2e
      https://github.com/eclipse/ice/commit/acc1c28c3f7f00ccdf7a53b53f3a930b366fbf2e
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java
    M tests/org.eclipse.ice.viz.test/src/org/eclipse/ice/viz/plotviewer/test/CSVDataLoaderTester.java

  Log Message:
  -----------
  By default, the CSVDataLoader considers :, ; and / to be delimiters in
feature names and splits the name up. This messes up for RELAP-7
postprocessing files which contains these chars in the feature names. To
address this, I gave all loading methods (load(File), load(String) and
load()) a boolean parameter in their signature(s) which determines if
these chars should be considered delimiters. Calling the regular load
methods without a boolean flag will load the file with the boolean flag
set to false by default. Otherwise, if you'd like to use these
characters as delimiters, pass true into the method signature(s).

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top