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

stddoclet: extraneous </P> tags generated for static class fields

XMLWordPrintable

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

      Extraneous </P> tags are being generated for the JavaDoc comments for static class fields; e.g. for the field detail of Float.POSITIVE_INFINITY

      <A NAME="POSITIVE_INFINITY"><!-- --></A><H3>
      POSITIVE_INFINITY</H3>
      <PRE>
      public static final float <B>POSITIVE_INFINITY</B></PRE>
      <DL>
      <DD>A constant holding the positive infinity of type
      <code>float</code>. It is equal to the value returned by
      <code>Float.intBitsToFloat(0x7f800000)</code>.
      ==> </P>
      </DL>
      <HR>

      This is incorrect HTML (although it is rendered acceptably on Netscape).

            jhosunw Jamie Ho (Inactive)
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: