[javadoc] Fix SerialFormBuilder eliminate String bashing

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 17
    • Affects Version/s: 9
    • Component/s: 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;
                  }

            Assignee:
            Hannes Wallnoefer
            Reporter:
            Kumar Srinivasan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: