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

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

[Octave-bug-tracker] [bug #44764] exist() does not recognize Java object


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44764] exist() does not recognize Java objects
Date: Wed, 08 Apr 2015 12:27:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.0

Update of bug #44764 (project octave):

                  Status:                   Fixed => Confirmed              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #4:

The fix is causing other bugs, because while exist() must recognize java
objects, isobject() must not recognize java objects.  On Matlab r2010b:


>> a = javaObject ('java.lang.Double', 10)
 
a =
 
10.0
 
>> isobject(a)

ans =

     0


This is causing fieldnames to fail its tests (because it uses isobject() to
distinguish them).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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