-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2211930 | 7u2 | Kumar Srinivasan | P3 | Closed | Fixed | b02 |
NetBeans IDE wants to disable string folding in javac. String folding
is: String foo = "F" + "O" + "O";
the javacparser will represent the above as a single tree, this helps
in the getting more accurate AST and for error reporting.
is: String foo = "F" + "O" + "O";
the javacparser will represent the above as a single tree, this helps
in the getting more accurate AST and for error reporting.
- backported by
-
JDK-2211930 (javac) allow enabling or disabling of String folding
-
- Closed
-