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

20 unclosed html tags in api docs

XMLWordPrintable

    • b81
    • generic
    • generic

      After having finished the work for
      6404896: 200 unclosed html tags in api docs
      I noticed that some more tags were hiding from my script.


      --- /u/martin/ws/mustang/src/share/classes/com/sun/rowset/CachedRowSetImpl.java 2006-04-07 16:52:19.209150000 -0700
      +++ /u/martin/ws/typos/src/share/classes/com/sun/rowset/CachedRowSetImpl.java 2006-04-07 17:38:57.781567000 -0700
      @@ -1039,7 +1039,7 @@
            * (<code>acceptChanges</code>) or population. This method may also be called
            * while performing updates to the insert row.
            * <P>
      - * <code>undoUpdate</code may be called at any time during the life-time of a
      + * <code>undoUpdate</code> may be called at any time during the life-time of a
            * rowset, however after a synchronization has occurs this method has no
            * affect until further modification to the RowSet data occurs.
            *
      --- /u/martin/ws/mustang/src/share/classes/com/sun/rowset/internal/SyncResolverImpl.java 2006-04-07 16:52:19.683855000 -0700
      +++ /u/martin/ws/typos/src/share/classes/com/sun/rowset/internal/SyncResolverImpl.java 2006-04-07 17:39:15.220702000 -0700
      @@ -696,7 +696,7 @@
            * (<code>acceptChanges</code>) or population. This method may also be called
            * while performing updates to the insert row.
            * <P>
      - * <code>undoUpdate</code may be called at any time during the life-time of a
      + * <code>undoUpdate</code> may be called at any time during the life-time of a
            * rowset, however after a synchronization has occurs this method has no
            * affect until further modification to the RowSet data occurs.
            *
      --- /u/martin/ws/mustang/src/share/classes/com/sun/security/auth/SubjectCodeSource.java 2005-12-04 14:50:00.394167000 -0800
      +++ /u/martin/ws/typos/src/share/classes/com/sun/security/auth/SubjectCodeSource.java 2006-04-07 13:35:48.316690000 -0700
      @@ -20,7 +20,7 @@
        * <p> This <code>SubjectCodeSource</code> class contains
        * a <code>URL</code>, signer certificates, and either a <code>Subject</code>
        * (that represents the <code>Subject</code> in the current
      - * <code>AccessControlContext</code)>,
      + * <code>AccessControlContext</code>),
        * or a linked list of Principals/PrincipalComparators
        * (that represent a "subject" in a <code>Policy</code>).
        *
      --- /u/martin/ws/mustang/src/share/classes/com/sun/xml/ws/encoding/soap/internal/InternalMessage.java 2006-01-27 12:15:51.547998000 -0800
      +++ /u/martin/ws/typos/src/share/classes/com/sun/xml/ws/encoding/soap/internal/InternalMessage.java 2006-04-07 13:36:52.832456000 -0700
      @@ -66,7 +66,7 @@
           }
       
           /**
      - * @return a <code>List</code> of <code>HeaderBlocks</code associated
      + * @return a <code>List</code> of <code>HeaderBlocks</code> associated
            * with this message
            */
           public List<HeaderBlock> getHeaders() {
      --- /u/martin/ws/mustang/src/share/classes/java/awt/Component.java 2006-04-07 16:52:27.382600000 -0700
      +++ /u/martin/ws/typos/src/share/classes/java/awt/Component.java 2006-04-07 17:39:33.492887000 -0700
      @@ -2132,7 +2132,7 @@
           /**
            * Returns the current height of this component.
            * This method is preferable to writing
      - * <code>component.getBounds().height</code.,
      + * <code>component.getBounds().height</code>,
            * or <code>component.getSize().height</code> because it
            * doesn't cause any heap allocations.
            *
      --- /u/martin/ws/mustang/src/share/classes/java/awt/image/BufferedImageOp.java 2005-12-04 14:52:54.937370000 -0800
      +++ /u/martin/ws/typos/src/share/classes/java/awt/image/BufferedImageOp.java 2006-04-07 13:37:30.760351000 -0700
      @@ -112,7 +112,7 @@
            * Returns the rendering hints for this operation.
            *
            * @return The <CODE>RenderingHints</CODE> object for this
      - * <CODE>BufferedImageOp</CODE. Returns
      + * <CODE>BufferedImageOp</CODE>. Returns
            * null if no hints have been set.
            */
           public RenderingHints getRenderingHints();
      --- /u/martin/ws/mustang/src/share/classes/javax/sql/rowset/CachedRowSet.java 2005-12-04 14:56:55.443737000 -0800
      +++ /u/martin/ws/typos/src/share/classes/javax/sql/rowset/CachedRowSet.java 2006-04-07 13:39:48.072820000 -0700
      @@ -916,7 +916,7 @@
           * (<code>acceptChanges</code>) or population. This method may also be called
           * while performing updates to the insert row.
           * <P>
      - * <code>undoUpdate</code may be called at any time during the lifetime of a
      + * <code>undoUpdate</code> may be called at any time during the lifetime of a
           * rowset; however, after a synchronization has occurred, this method has no
           * effect until further modification to the rowset data has occurred.
           *
      --- /u/martin/ws/mustang/src/share/classes/javax/swing/Action.java 2005-12-04 14:56:59.835678000 -0800
      +++ /u/martin/ws/typos/src/share/classes/javax/swing/Action.java 2006-04-07 13:41:19.195148000 -0700
      @@ -85,7 +85,7 @@
        * <th bgcolor="#CCCCFF" align="left">Action Key
        * <th bgcolor="#CCCCFF" align="left">Notes
        * <tr valign="top" align="left">
      - * <td><b><code>enabled</code</b>
      + * <td><b><code>enabled</code></b>
        * <td>All
        * <td>The <code>isEnabled</code> method
        * <td>&nbsp;
      --- /u/martin/ws/mustang/src/share/classes/javax/swing/JDialog.java 2006-04-07 12:04:49.401848000 -0700
      +++ /u/martin/ws/typos/src/share/classes/javax/swing/JDialog.java 2006-04-07 13:41:58.732253000 -0700
      @@ -567,7 +567,7 @@
            * @param gc the <code>GraphicsConfiguration</code> of the target screen device;
            * if <code>null</code>, the <code>GraphicsConfiguration</code> from the owning
            * window is used; if <code>owner</code> is also <code>null</code>, the
      - * system default <code<GraphicsConfiguration</code> is assumed
      + * system default <code>GraphicsConfiguration</code> is assumed
            * @exception java.awt.HeadlessException when
            * <code>GraphicsEnvironment.isHeadless()</code> returns <code>true</code>
            *
      --- /u/martin/ws/mustang/src/share/classes/javax/swing/text/html/parser/DTD.java 2006-02-28 12:45:26.573902000 -0800
      +++ /u/martin/ws/typos/src/share/classes/javax/swing/text/html/parser/DTD.java 2006-04-07 13:40:22.911847000 -0700
      @@ -176,7 +176,7 @@
            *
            * @param name the name of the <code>Element</code>
            * @param type the type of the <code>Element</code>
      - * @param omitStart <code>true</code if start should be omitted
      + * @param omitStart <code>true</code> if start should be omitted
            * @param omitEnd <code>true</code> if end should be omitted
            * @param content the <code>ContentModel</code>
            * @param atts the <code>AttributeList</code> specifying the
      --- /u/martin/ws/mustang/src/share/classes/javax/swing/undo/AbstractUndoableEdit.java 2005-12-04 14:58:35.825958000 -0800
      +++ /u/martin/ws/typos/src/share/classes/javax/swing/undo/AbstractUndoableEdit.java 2006-04-07 13:40:50.176270000 -0700
      @@ -54,7 +54,7 @@
       
           /**
            * Creates an <code>AbstractUndoableEdit</code> which defaults
      - * <code.hasBeenDone</code> and <code>alive</code> to <code>true</code>.
      + * <code>hasBeenDone</code> and <code>alive</code> to <code>true</code>.
            */
           public AbstractUndoableEdit() {
        super();
      --- /u/martin/ws/mustang/src/share/classes/javax/script/Bindings.java 2005-12-04 14:56:36.467966000 -0800
      +++ /u/martin/ws/typos/src/share/classes/javax/script/Bindings.java 2006-04-07 13:42:24.588632000 -0700
      @@ -32,7 +32,7 @@
           public Object put(String name, Object value);
           
           /**
      - * Adds all the mappings in a given <code>Map</code> to this <code>Bindings</code.
      + * Adds all the mappings in a given <code>Map</code> to this <code>Bindings</code>.
            * @param toMerge The <code>Map</code> to merge with this one.
            *
            * @throws NullPointerException
      --- /u/martin/ws/mustang/src/share/classes/sun/text/normalizer/UCharacterIterator.java 2006-04-07 12:04:58.445060000 -0700
      +++ /u/martin/ws/typos/src/share/classes/sun/text/normalizer/UCharacterIterator.java 2006-04-07 13:43:58.377277000 -0700
      @@ -179,7 +179,7 @@
            * Fills the buffer with the underlying text storage of the iterator
            * If the buffer capacity is not enough a exception is thrown. The capacity
            * of the fill in buffer should at least be equal to length of text in the
      - * iterator obtained by calling <code>getLength()</code).
      + * iterator obtained by calling <code>getLength()</code>.
            * <b>Usage:</b>
            *
            * <code>
      --- /u/martin/ws/mustang/src/share/classes/sun/util/calendar/ZoneInfoFile.java 2006-04-07 16:53:22.677383000 -0700
      +++ /u/martin/ws/typos/src/share/classes/sun/util/calendar/ZoneInfoFile.java 2006-04-07 17:39:47.293776000 -0700
      @@ -252,7 +252,7 @@
        * to generate this ZoneInfoMappings. (e.g. <code>tzdata2000g</code>) <br>
        * This field is for trouble-shooting and isn't usually used in runtime.
        * <p>
      - * <code>zone_id_table</code, <code>raw_offset_index_table</code> and
      + * <code>zone_id_table</code>, <code>raw_offset_index_table</code> and
        * <code>alias_table</code> are general information of supported
        * zones.
        *
      --- /u/martin/ws/mustang/src/share/doc/stub/javax/net/ssl/SSLSession.java 2005-12-04 15:06:42.532621000 -0800
      +++ /u/martin/ws/typos/src/share/doc/stub/javax/net/ssl/SSLSession.java 2006-04-07 13:45:12.635980000 -0700
      @@ -360,7 +360,7 @@
            * packets of any size up to and including the value returned by this
            * method. All <code>SSLEngine</code> network buffers should be sized
            * at least this large to avoid insufficient space problems when
      - * performing <code>wrap</code> and <code>unwrap</code calls.
      + * performing <code>wrap</code> and <code>unwrap</code> calls.
            *
            * @return the maximum network packet size
            *
      --- /u/martin/ws/mustang/src/solaris/classes/sun/awt/X11/XAtom.java 2005-12-04 15:10:15.842467000 -0800
      +++ /u/martin/ws/typos/src/solaris/classes/sun/awt/X11/XAtom.java 2006-04-07 13:48:39.331603000 -0700
      @@ -206,8 +206,8 @@
           /** This constructor will create and intern a new XAtom that is specified
            * by the supplied name.
            *
      - * @param <code> display </code> X display to use
      - * @param <code name </code> name of the XAtom to create.
      + * @param display X display to use
      + * @param name name of the XAtom to create.
            * @since 1.5
            */
       
      @@ -226,8 +226,8 @@
           /** This constructor will create an instance of XAtom that is specified
            * by the predefined XAtom specified by u <code> latom </code>
            *
      - * @param <code> display </code> X display to use.
      - * @param <code atom </code> a predefined XAtom.
      + * @param display X display to use.
      + * @param atom a predefined XAtom.
            * @since 1.5
            */
           public XAtom(long display, long atom) {
      @@ -240,8 +240,8 @@
            * and if <code>autoIntern</code> is true intern a new XAtom that is specified
            * by the supplied name.
            *
      - * @param <code> display </code> X display to use
      - * @param <code name </code> name of the XAtom to create.
      + * @param display X display to use
      + * @param name name of the XAtom to create.
            * @since 1.5
            */
       
      @@ -266,8 +266,8 @@
           }
       
           /** Sets the window property for the specified window
      - * @param <code> window </code> window id to use
      - * @param <code str </code> value to set to.
      + * @param window window id to use
      + * @param str value to set to.
            * @since 1.5
            */
           public void setProperty(long window, String str) {
      @@ -324,8 +324,8 @@
       
       
           /** Gets the window property for the specified window
      - * @param <code> window </code> window id to use
      - * @param <code str </code> value to set to.
      + * @param window window id to use
      + * @param str value to set to.
            * @return string with the property.
            * @since 1.5
            */

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: