Export to GitHub

gwt-exporter - issue #7

How to handle the return type null in Class Method


Posted on Oct 28, 2008 by Massive Wombat

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 Panda

This should be fixed in the latest version.

Comment #2

Posted on Dec 6, 2009 by Helpful Cat

which version of gwt is the exporter supporting?

Comment #3

Posted on Aug 1, 2011 by Grumpy Elephant

I 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