Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] b13896: Fixed the CSVPlot.load() thread's uncaught excepti...

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: b138963dd900e1028431e1b765c3c324055714e6
      https://github.com/eclipse/ice/commit/b138963dd900e1028431e1b765c3c324055714e6
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/csv/CSVVizService.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVDataLoader.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ICEJAXBClassProviderTester.java

  Log Message:
  -----------
  Fixed the CSVPlot.load() thread's uncaught exception handler so the
parent thread correctly throws an exception now. Also cleaned up the
other related plotting classes.

Also, I forgot to fix the ICEJAXBClassProviderTester when I added
VizResource to the class list last week.

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



Back to the top