changeset 20068:490ae1d98f27

fieldnames.m: back out cset 68aec55f5eb6, bug is still present (bug #42710)
author Carnë Draug <carandraug@octave.org>
date Mon, 06 Apr 2015 20:48:23 +0100
parents 68aec55f5eb6
children 42c3a0829324
files scripts/general/fieldnames.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/fieldnames.m	Mon Apr 06 15:37:58 2015 +0100
+++ b/scripts/general/fieldnames.m	Mon Apr 06 20:48:23 2015 +0100
@@ -48,6 +48,9 @@
   elseif (isjava (obj) || ischar (obj))
     ## FIXME: Function prototype that excepts java obj exists, but doesn't
     ##        work if obj is java.lang.String.  Convert obj to classname.
+    ## FIXME this is now working for objects whose class is in the dynamic
+    ##        classpath but will continue to fail if such classnames are used
+    ##        instead (see bug #42710)
     if (isa (obj, "java.lang.String"))
       obj = class (obj);
     endif