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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #55487] ismethod of custom classdefs always returning false
Date: Mon, 18 Feb 2019 15:29:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

Oops, comment #5 should have been

Hmm, if you do


methods ('java.lang.String')


you'll see that the list of methods includes type information.  So the simple
ismember check on the result returned by methods doesn't work to match
'hashCode'.

Also, the Matlab docs say that methods with the '-full' option will return
type signature info for Java and Matlab methods.

So I guess we should strip the type info from the output of methods unless the
option '-full' is supplied?

    _______________________________________________________

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]