You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/08/24 15:06:02 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - todo

todo


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1ffdc728
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1ffdc728
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1ffdc728

Branch: refs/heads/develop
Commit: 1ffdc7285a7ece0b293507615bd097470d063261
Parents: 1152253
Author: Alex Harui <ah...@apache.org>
Authored: Wed Aug 24 08:05:55 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Aug 24 08:05:55 2016 -0700

----------------------------------------------------------------------
 .../compiler/internal/codegen/js/flexjs/TestFlexJSClass.java   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1ffdc728/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSClass.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSClass.java b/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSClass.java
index e34ef50..8297df3 100644
--- a/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSClass.java
+++ b/compiler-jx/src/test/java/org/apache/flex/compiler/internal/codegen/js/flexjs/TestFlexJSClass.java
@@ -30,6 +30,12 @@ import org.junit.Test;
  */
 public class TestFlexJSClass extends TestGoogClass
 {
+	// TODO: aharui Use cinit() to initialize statics
+	//         private static var foo:Boolean = someStaticMethodToFollow();
+	//         private static function someStaticMethodToFollow():Boolean {};
+
+	// TODO: aharui Use cinit() to handle force-linking
+	//         import somePackage.someClass; someClass;
 
     @Override
     @Test