bugGNU Octave - Bugs: bug #61029, isequal not implemented for JVM...

 
 

bug #61029: isequal not implemented for JVM arguments

Submitter:  None
Submitted:  Wed 11 Aug 2021 02:56:56 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Duplicate Assigned to:  None
Originator Name:  Denis Rosset Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 6.3.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 11 Aug 2021 02:58:51 PM UTC, comment #1: 

Actually this is a duplicate:

bug #48875

Anonymous
Wed 11 Aug 2021 02:56:56 PM UTC, original submission:  

The following fails with a "error: isequal: Impossible to reach code.  File a bug report." message.


x = javaObject('java.math.BigInteger', '1');
y = javaObject('java.math.BigInteger', '2');
isequal(x, y)


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-08-11 rik5 StatusNone Duplicate
        Open/ClosedOpen Closed
    2021-08-11 rik5 Dependencies- Depends on bugs #48875

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code