After an enum is ordinalized, any static methods generated as staticImpl's should no longer be considered as such, since there is no longer an instantated instance being passed as the first arg to the method (this instance has been transformed into an ordinal int).

This was causing some clinit's not to be generated, since method calls to staticImpl's don't force a clinit, since it is assumed that the passed in instance argument will cause the clinit to be generated.

Review at http://gwt-code-reviews.appspot.com/1467815


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10440 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed