File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 5858import org .eclipse .jdt .core .dom .TypeLiteral ;
5959import org .eclipse .jdt .core .dom .VariableDeclarationFragment ;
6060
61- // TODO: all calls to inner classes should be referenced to the outer class for Clazz.load
62- // TODO: static calls to static methods do not trigger dependency
61+ // TODO: static calls to static methods do not trigger "musts" dependency
6362
63+ // BH 9/4/2017 -- java.awt, javax.swing, swingjs code added; additional fixes required
6464// BH 8/30/2017 -- all i/o working, including printf and FileOutputStream
6565// BH 8/19/2017 -- String must implement CharSequence, so all .length() -> .length$()
6666// BH 8/19/2017 -- varargs logic fixed for missing argument
7474// DONE: proper <init> processing
7575// DONE: non-final variables for anonymous class definition
7676// DONE: array handling in instanceof and reflection
77-
78- // TODO: String + double should be new Double(x).toString()
77+ // DONE: String + double should be new Double(x).toString()
7978// TODO: Q: Good assumption that generic parameterization can be ignored? put<K,V> vs put<K>?
8079
8180/**
8281 *
83- * @author zhou renjian
84- * @author Bob Hanson
82+ * @author zhou renjian 2006-12-3
83+ * @author Bob Hanson 2017-08/2017-09
8584 *
86- * 2006-12-3
85+ *
8786 *
8887 */
8988public class ASTScriptVisitor extends ASTJ2SDocVisitor {
You can’t perform that action at this time.
0 commit comments