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

stddoclet: output format for @serialField is incorrect & inconsistent w/ @serial

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • tools
    • beta2
    • generic
    • generic

      The output generated for @serialField is incorrect, and inconsistent with the format for @serial. The output generated for
          @serialField name type desc
      is
          <PRE>type <B>name</B></PRE>
          <DL><DD>name type desc</DL>
      Notice the confusing prepending of name and type to the description. The output generated for @serial is
          <H3>name</H3>
          <PRE>type <B>name</B></PRE>
          <DL><DD>desc</DL>
      which is fine; the output of @serialField should be changed to match.

            jhosunw Jamie Ho (Inactive)
            bscheiflsunw Bob Scheifler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: