Skip to content

Commit 7374c49

Browse files
committed
comments only
1 parent 6c535fe commit 7374c49

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
import org.eclipse.jdt.core.dom.TypeLiteral;
5959
import 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
@@ -74,16 +74,15 @@
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
*/
8988
public class ASTScriptVisitor extends ASTJ2SDocVisitor {

0 commit comments

Comments
 (0)