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

Missing HTML tag in JToolBar(int) constructor javadoc comments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.3.0
    • docs
    • beta
    • generic
    • generic



      Name: krC82822 Date: 09/30/2000


      30 Sep 2000, eval1127@eng -- tag missing in source, but the method's doc (as presented) looks OK in
      both Netsacape 4.x and MSIE 5.x. However, the subsequent "J" index entries are messed up,
      as noted by the user.
      --------

      In the javadoc comments for javax.swing.JToolBar.JToolBar(int),
      there is a missing HTML tag. This causes the
      javadoc documentation to be formatted incorrectly,
      not only for this method but for all pages where
      this method is mentioned (e.g. in the index view,
      under "J", all methods subsequent to JToolBar(int)
      are formatted incorrectly).

      The javadoc source in JToolBar.JToolBar(int) reads:

          <DD>Creates a new toolbar with the specified <code>orientation.
          The <code>orientation</code> must be either <code>HORIZONTAL</code>
          or <code>VERTICAL</code>.

      As you can see, the </code> tag is missing at the end of the first
      line. Subseqent comment text continues to appear in <code>
      format because that tag was never closed off.
      (Review ID: 110003)
      ======================================================================

            sharonz Sharon Zakhour (Inactive)
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: