Problem with com.google.gwt.lang.Array.java

21 views
Skip to first unread message

John Wilson

unread,
May 17, 2006, 7:27:46 AM5/17/06
to google-we...@groups.google.com
The constructor:

public Array(int length, int typeId, int queryId, String typeName) {
this.length = length;
this.typeName = typeName;
this.typeId = typeId;
this.queryId = queryId;
}


fails to compile as typeName and typeId are not declared as fields on array.

This leads me to suspect that the source shipped does not correspond
to the binaries.

Can we have a new code drop soon which fixed this?

Many thanks

John Wilson

tug

unread,
May 17, 2006, 9:15:14 AM5/17/06
to Google Web Toolkit
Please ignore - I had an Eclipse problem. sorry for the noise.

John Wilson

Reply all
Reply to author
Forward
0 new messages