We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448c9c4 commit b942403Copy full SHA for b942403
sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.java
@@ -58,8 +58,7 @@
58
import org.eclipse.jdt.core.dom.TypeLiteral;
59
import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
60
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
+// TODO: all calls to inner classes should be referenced to the outer class for Clazz.load
63
64
// BH 8/30/2017 -- all i/o working, including printf and FileOutputStream
65
// BH 8/19/2017 -- String must implement CharSequence, so all .length() -> .length$()
0 commit comments