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

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

[Octave-bug-tracker] [bug #55487] ismethod of custom classdefs always re


From: Rik
Subject: [Octave-bug-tracker] [bug #55487] ismethod of custom classdefs always returning false
Date: Mon, 18 Feb 2019 14:20:08 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #55487 (project octave):

In answer to comment #2, yes, Matlab allows ismethod on Java objects.  The
following returns true in Matlab:


x = javaObject ('java.lang.String', 'Hello World')
ismethod (x, 'hashCode')


Octave still returns false for the example code above.

On the positive side, ismethod in Octave now works correctly for classdef
objects and for the original code in this report.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55487>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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