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

[javadoc] Fix SerialFormBuilder eliminate String bashing

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 9
    • 17
    • tools
    • None
    • b26
    • generic
    • generic

    Description

      SerializedFormBuilder.java: needs to be fixed correctly....

                  String refSignature = ch.getReferencedSignature(tag);
                  // TODO: Print the signature directly, if it is an array, the
                  // current DocTree APIs makes it very hard to distinguish
                  // an as these are returned back as "Array" a DeclaredType.
                  if (refSignature.endsWith("[]")) {
                      te = null;
                      fieldType = refSignature;
                  }

      Attachments

        Issue Links

          Activity

            People

              hannesw Hannes Wallnoefer
              ksrini Kumar Srinivasan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: