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

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

[Octave-bug-tracker] [bug #48591] function double on java objects.


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #48591] function double on java objects.
Date: Wed, 10 Aug 2016 00:14:51 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #1, bug #48591 (project octave):

To make things more precise: 
for java objects obj implementing java.lang.Number, 
double(m) shall deliver some double. 

for null values, one shall deliver []

What is not referred to is if it is no Number 
but implements a method public double toDouble(). 
Currently, no effect but in future shall invoke this method. 

This is worth another bug report. 

Also this bugfix I shall defer until java sources are reformatted. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48591>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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