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

The return type column can be abnormally wide due to NOWRAP

    XMLWordPrintable

Details

    Description

      For example, the method max(Collection<? extends T> coll):

      http://rhea:91/j2se/6.0/docs/api/java/util/Collections.html#method_summary

                                          static
      <T extends Object & Comparable<? super T>>
                                               T

      <TD NOWRAP><FONT SIZE="-1">
      <CODE>&lt;T extends <A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A> & <A HREF="../../java/lang/Comparable.html" title="interface in java.lang">Comparable</A>&lt;? super T&gt;&gt;
      <BR>
      T</CODE></FONT></TD>

      This could perhaps be fixed by keeping NOWRAP but counting characters
      and inserts <BR> if the text in that column exceeds some value.
      The modifier "static" could be put on its own line.

      ###@###.### 2005-05-27 02:14:18 GMT

      Attachments

        Activity

          People

            bpatel Bhavesh Patel (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: