On 2011/01/04 17:11:31, conroy wrote:

For reference,

https://bugs.eclipse.org/bugs/show_bug.cgi?id=247666

a declaration like the following triggers this bug:
public class X {
    <U,V extends Runnable> void foo(Zork z) {}
    void bar() {
        foo(null);
    }
}


This has been fixed in a later version of JDT.

http://gwt-code-reviews.appspot.com/1252801/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to