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

[javadoc] Fix SerialFormBuilder eliminate String bashing

XMLWordPrintable

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

      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;
                  }

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

              Created:
              Updated:
              Resolved: