[FalconJX] resolved TODO This TODO was very unclear. Replaced it with comments for the old TODO text and a request for clarification.
Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4939e44f Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4939e44f Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4939e44f Branch: refs/heads/develop Commit: 4939e44f085c76016a4745960258a1be3038d68a Parents: 72f5bcd Author: Erik de Bruin <[email protected]> Authored: Fri Apr 19 16:32:33 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Fri Apr 19 16:32:33 2013 +0200 ---------------------------------------------------------------------- .../internal/codegen/as/TestStatements.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4939e44f/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestStatements.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestStatements.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestStatements.java index 6c90f98..00bfece 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestStatements.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestStatements.java @@ -416,7 +416,11 @@ public class TestStatements extends ASTestBase @Test public void testVisitLabel_1a() { - // TODO LabelStatement messes up in finally{} block, something is wrong there + // ([unknown]) LabelStatement messes up in finally{} block, something is wrong there + + // (erikdebruin) I don't see a finally block in the test code and the + // test passes... What's wrong? + LabeledStatementNode node = (LabeledStatementNode) getNode( "foo: for each(var i:int in obj) break foo;", LabeledStatementNode.class);
