We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7374c49 commit ea586beCopy full SHA for ea586be
sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.java
@@ -74,7 +74,7 @@
74
// DONE: proper <init> processing
75
// DONE: non-final variables for anonymous class definition
76
// DONE: array handling in instanceof and reflection
77
-// DONE: String + double should be new Double(x).toString()
+// DONE: String + double/float/Double/Float --> new Double/Float().toString()
78
// TODO: Q: Good assumption that generic parameterization can be ignored? put<K,V> vs put<K>?
79
80
/**
0 commit comments