Skip to content

Commit b942403

Browse files
committed
TODO inner class refs
1 parent 448c9c4 commit b942403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
import org.eclipse.jdt.core.dom.TypeLiteral;
5959
import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
6060

61-
// TODO: resource loading using ResourceBundle.getBundle throws error when looking for format java.class
62-
// TODO: need real Class object Foo.class, not just Foo itself -- see Test_Class.java
61+
// TODO: all calls to inner classes should be referenced to the outer class for Clazz.load
6362

6463
// BH 8/30/2017 -- all i/o working, including printf and FileOutputStream
6564
// BH 8/19/2017 -- String must implement CharSequence, so all .length() -> .length$()

0 commit comments

Comments
 (0)