http://gwt-code-reviews.appspot.com/1467801/diff/1/dev/core/test/com/google/gwt/dev/jjs/impl/gflow/DataflowOptimizerTest.java
File
dev/core/test/com/google/gwt/dev/jjs/impl/gflow/DataflowOptimizerTest.java
(right):

http://gwt-code-reviews.appspot.com/1467801/diff/1/dev/core/test/com/google/gwt/dev/jjs/impl/gflow/DataflowOptimizerTest.java#newcode333
dev/core/test/com/google/gwt/dev/jjs/impl/gflow/DataflowOptimizerTest.java:333:
addSnippetClassDecl("static volatile boolean TRUE = true;");
removed (was leftover from refactoring)

http://gwt-code-reviews.appspot.com/1467801/diff/1/dev/core/test/com/google/gwt/dev/jjs/impl/gflow/DataflowOptimizerTest.java#newcode349
dev/core/test/com/google/gwt/dev/jjs/impl/gflow/DataflowOptimizerTest.java:349:
// TODO: Allow the second line below to be transformed to just:
"EntryPoint.x = n;"
well, the multi-expression (EntryPoint.x = n, true) will always return
true, so the || EntryPoint.fail() will never be reachable.

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

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

Reply via email to