I have a Class with a method which return a exportable class value : like this public class A { ... }
public class B { public A method1() { .... return null; } }
then when i call the method method1 in an instance of B,it says something is error. i need a help.
Comment #1
Posted on Nov 14, 2008 by Massive PandaThis should be fixed in the latest version.
Comment #2
Posted on Dec 6, 2009 by Helpful Catwhich version of gwt is the exporter supporting?
Comment #3
Posted on Aug 1, 2011 by Grumpy ElephantI have verified that this issue is fixed, nulls are returned correctly and nulls are handled fine in method and constructors arguments.
Exporter supports latest gwt versions, see the download list.
thanks for reporting.
Status: Fixed
Labels:
Type-Defect
Priority-Medium