poppa10 / plsnpairs

Automatically exported from code.google.com/p/plsnpairs
0 stars 0 forks source link

Results viewer doesn't handle un-suffixed filenames gracefully #167

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a PLS analysis, but don't explicitly use a _BfMRIresults.mat suffix 
2. Try to open said file in the results viewer
3. If the file is later renamed manually, with an appropriate suffix, then it 
works.

What is the expected output? What do you see instead?
1. I expected that in absence of an explicit suffix, one would be appended, as 
per the wiki. This did not happen.

This was output to the console window:

java.lang.NullPointerException
        at pls.chrome.result.ResultsDisplayer.doTask(ResultsDisplayer.java:53)
        at pls.chrome.shared.ProgressDialogWatcher.run(ProgressDialogWatcher.java:15)
Exception in thread "Thread-8" java.lang.NullPointerException
        at java.io.Writer.write(Writer.java:140)
        at pls.shared.StreamedProgressHelper.printError(StreamedProgressHelper.java:167)
        at pls.chrome.shared.ProgressDialogWatcher.run(ProgressDialogWatcher.java:22)
Thread providing input to the dialog was terminated.

Original issue reported on code.google.com by mark.ch...@gmail.com on 2 Nov 2010 at 12:50

GoogleCodeExporter commented 8 years ago
See also Issue #180

Original comment by anitaeo...@gmail.com on 10 Mar 2011 at 4:11