octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45290] calling java from octave: NullPointerE


From: anonymous
Subject: [Octave-bug-tracker] [bug #45290] calling java from octave: NullPointerException in parameter conversion of string array (cellarray -> String[])
Date: Sat, 13 Jun 2015 21:10:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #3, bug #45290 (project octave):

Thanks for finding that commit.

Based on this comment in that commit

// Note that we do NOT handle char here because they are unboxed
// into a String[], not into a char array

I'd guess that the first if-clause in that commit needs an additional check
like

    && ! val.is_char_type()

But as I know nothing about octave internals this is a wild guess.

T H

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45290>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]