http://gwt-code-reviews.appspot.com/1443807/diff/2001/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java
File dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java
(left):

http://gwt-code-reviews.appspot.com/1443807/diff/2001/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java#oldcode318
dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java:318:
rescueMembersIfInstantiable(type);
Now that you ask and I take a second look, I realize the the comment was
misleading anyway.  Visiting the field doesn't visit the declStmt
anymore.  Only visiting the initializer does.

In fact, that code is a total no-op, JFields don't have a visit declared
in this visitor, and don't visit any children.

http://gwt-code-reviews.appspot.com/1443807/

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

Reply via email to