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

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

[Octave-bug-tracker] [bug #48874] java integration: java_set ignored


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #48874] java integration: java_set ignored
Date: Tue, 23 Aug 2016 17:38:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

URL:
  <http://savannah.gnu.org/bugs/?48874>

                 Summary: java integration: java_set ignored
                 Project: GNU Octave
            Submitted by: ernstreissner
            Submitted on: Tue 23 Aug 2016 05:38:05 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

try
octave:1> o=javaObject('eu.simuline.octave.OctaveInterfaceTester')
octave:2> o.bdVal=4
octave:3> o.bdVal
ans = [](0x0)

Note  that bdVal has type BigDecimal and thus o.bdVal does not make any sense.


[](0x0) referring to null is the initial value. 
So it seems as if o.bdVal=4 is silently ignored. 



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 23 Aug 2016 05:38:05 PM GMT  Name: OctaveInterfaceTester.java  Size:
5kB   By: ernstreissner

<http://savannah.gnu.org/bugs/download.php?file_id=38331>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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