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

Tree API: some literals are identifiers

XMLWordPrintable

    • b59
    • 6
    • b81
    • generic
    • generic
    • Verified

      This test case in test/tools/javac/api/TestOperators.java
      fails because the boolean literals are represented as
      identifiers.

      @TestMe(BOOLEAN_LITERAL)
      public Object test_BOOLEAN_LITERAL() {
          return true;
      }

      Similarly, the null literal is represented as an
      identifier.

            jjg Jonathan Gibbons
            ahe Peter Ahe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: