bugGNU Octave - Bugs: bug #48874, java integration: java_set ignored

 
 

bug #48874: java integration: java_set ignored

Submitter:  Ernst Reissner <ernstreissner>
Submitted:  Tue 23 Aug 2016 05:38:05 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 23 Aug 2016 05:38:05 PM UTC, original submission:  

try
octave:1> o=javaObject('eu.simuline.octave.OctaveInterfaceTester')
octave:2> o.bdVal=4
octave:3> o.bdVal
ans = [](0x0)

Note  that bdVal has type BigDecimal and thus o.bdVal does not make any sense.

[](0x0) referring to null is the initial value.
So it seems as if o.bdVal=4 is silently ignored.

Ernst Reissner <ernstreissner>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #38331:  OctaveInterfaceTester.java added by ernstreissner (5KiB - application/x-java)

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-18 mtmiller CategoryNone Octave Function
        Item GroupNone Incorrect Result
    2016-08-23 ernstreissner Attached File- Added OctaveInterfaceTester.java, #38331
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code