Reviewers: Lex, tobyr,

Description:
The main purpose of this change is to remove the impedance mismatch
between our constructor argument order, and the argument order for JSNI
::new() invocations.  Our constructors put the synthetic this args after
user args, JSNI ::new() puts the args before user args.

Once this impedance mismatch is cleared up, in a follow up change I plan
to remove the static synthetic 'new' methods in favor of targeting the
constructors directly.

Please review this at http://gwt-code-reviews.appspot.com/675801/show

Affected files:
  M dev/core/src/com/google/gwt/dev/jjs/impl/BuildTypeMap.java
  M dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java


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

Reply via email to