We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7575a7 commit bd12d77Copy full SHA for bd12d77
sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.java
@@ -58,6 +58,8 @@
58
import org.eclipse.jdt.core.dom.TypeLiteral;
59
import org.eclipse.jdt.core.dom.VariableDeclarationFragment;
60
61
+// TODO: resource loading
62
+
63
// BH 8/19/2017 -- String must implement CharSequence, so all .length() -> .length$()
64
// BH 8/19/2017 -- varargs logic fixed for missing argument
65
// BH 8/18/2017 -- array instanceof, reflection, componentType fixes
0 commit comments