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

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

[Octave-bug-tracker] [bug #48758] methods with java.lang.String argument


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48758] methods with java.lang.String argument should return methods of String class
Date: Thu, 21 Feb 2019 20:23:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36

Update of bug #48758 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                  Status:         Patch Submitted => Confirmed              
                 Summary: methods(java.lang.String)  => methods with
java.lang.String argument should return methods of String class

    _______________________________________________________

Follow-up Comment #2:

The attached patch no longer applies to the default branch. There have been
other changes recently to the "methods" function, maybe this can be fixed
easily now as well, taking care of the "FIXME" comment.

Example:


methods (javaObject ("java.lang.String", "java.lang.Double"))


should return the same as


methods ("java.lang.String")


*not* the same as


methods ("java.lang.Double")


IOW, the argument should be interpreted as an instance of the class
java.lang.String, not as a string naming a class to check.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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