Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7068902

(javac) allow enabling or disabling of String folding

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7
    • tools
    • b01
    • generic
    • generic
    • Verified

        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.

              ksrini Kumar Srinivasan
              ksrini Kumar Srinivasan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: