test/com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java

changeset 182
47a62d8d98b4
parent 1
9a66ca7c79fa
child 233
5240b1120530
     1.1 --- a/test/com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java	Fri Dec 05 21:59:59 2008 -0800
     1.2 +++ b/test/com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java	Thu Jan 08 16:26:59 2009 -0800
     1.3 @@ -54,14 +54,14 @@
     1.4              {BUG_ID + FS + "pkg" + FS + "Coin.html", "Enum Coin</H2>"},
     1.5              //Make sure enum signature is correct.
     1.6              {BUG_ID + FS + "pkg" + FS + "Coin.html", "public enum "+
     1.7 -                "<B>Coin</B><DT>extends java.lang.Enum&lt;" +
     1.8 +                "<STRONG>Coin</STRONG><DT>extends java.lang.Enum&lt;" +
     1.9                  "<A HREF=\"../pkg/Coin.html\" title=\"enum in pkg\">Coin</A>&gt;"
    1.10              },
    1.11              //Check for enum constant section
    1.12 -            {BUG_ID + FS + "pkg" + FS + "Coin.html", "<B>Enum Constant Summary</B>"},
    1.13 +            {BUG_ID + FS + "pkg" + FS + "Coin.html", "<STRONG>Enum Constant Summary</STRONG>"},
    1.14              //Detail for enum constant
    1.15              {BUG_ID + FS + "pkg" + FS + "Coin.html",
    1.16 -                "<B><A HREF=\"../pkg/Coin.html#Dime\">Dime</A></B>"},
    1.17 +                "<STRONG><A HREF=\"../pkg/Coin.html#Dime\">Dime</A></STRONG>"},
    1.18              //Automatically insert documentation for values() and valueOf().
    1.19              {BUG_ID + FS + "pkg" + FS + "Coin.html",
    1.20                  "Returns an array containing the constants of this enum type,"},
    1.21 @@ -79,11 +79,11 @@
    1.22                  "Class TypeParameters&lt;E&gt;</H2>"},
    1.23              //Check class type parameters section.
    1.24              {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
    1.25 -                "<DT><B>Type Parameters:</B><DD><CODE>E</CODE> - " +
    1.26 +                "<DT><STRONG>Type Parameters:</STRONG><DD><CODE>E</CODE> - " +
    1.27                  "the type parameter for this class."},
    1.28              //Type parameters in @see/@link
    1.29              {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
    1.30 -                "<DT><B>See Also:</B><DD><A HREF=\"../pkg/TypeParameters.html\" " +
    1.31 +                "<DT><STRONG>See Also:</STRONG><DD><A HREF=\"../pkg/TypeParameters.html\" " +
    1.32                      "title=\"class in pkg\"><CODE>TypeParameters</CODE></A></DL>"},
    1.33              //Method that uses class type parameter.
    1.34              {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
    1.35 @@ -91,13 +91,13 @@
    1.36                      "parameter in TypeParameters\">E</A>&nbsp;param)"},
    1.37              //Method type parameter section.
    1.38              {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
    1.39 -                "<B>Type Parameters:</B><DD><CODE>T</CODE> - This is the first " +
    1.40 +                "<STRONG>Type Parameters:</STRONG><DD><CODE>T</CODE> - This is the first " +
    1.41                      "type parameter.<DD><CODE>V</CODE> - This is the second type " +
    1.42                      "parameter."},
    1.43              //Signature of method with type parameters
    1.44              {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
    1.45                  "public &lt;T extends java.util.List,V&gt; " +
    1.46 -                    "java.lang.String[] <B>methodThatHasTypeParameters</B>"},
    1.47 +                    "java.lang.String[] <STRONG>methodThatHasTypeParameters</STRONG>"},
    1.48              //Wildcard testing.
    1.49              {BUG_ID + FS + "pkg" + FS + "Wildcards.html",
    1.50                  "<A HREF=\"../pkg/TypeParameters.html\" title=\"class in pkg\">" +
    1.51 @@ -116,18 +116,18 @@
    1.52  
    1.53              //Signature of subclass that has type parameters.
    1.54              {BUG_ID + FS + "pkg" + FS + "TypeParameterSubClass.html",
    1.55 -                "public class <B>TypeParameterSubClass&lt;T extends java.lang.String&gt;" +
    1.56 -                "</B><DT>extends <A HREF=\"../pkg/TypeParameterSuperClass.html\" " +
    1.57 +                "public class <STRONG>TypeParameterSubClass&lt;T extends java.lang.String&gt;" +
    1.58 +                "</STRONG><DT>extends <A HREF=\"../pkg/TypeParameterSuperClass.html\" " +
    1.59                  "title=\"class in pkg\">TypeParameterSuperClass</A>&lt;T&gt;"},
    1.60  
    1.61              //Interface generic parameter substitution
    1.62              //Signature of subclass that has type parameters.
    1.63              {BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
    1.64 -                "<B>All Implemented Interfaces:</B> <DD><A HREF=\"../pkg/SubInterface.html\" title=\"interface in pkg\">SubInterface</A>&lt;E&gt;, <A HREF=\"../pkg/SuperInterface.html\" title=\"interface in pkg\">SuperInterface</A>&lt;E&gt;</DD>"},
    1.65 +                "<STRONG>All Implemented Interfaces:</STRONG> <DD><A HREF=\"../pkg/SubInterface.html\" title=\"interface in pkg\">SubInterface</A>&lt;E&gt;, <A HREF=\"../pkg/SuperInterface.html\" title=\"interface in pkg\">SuperInterface</A>&lt;E&gt;</DD>"},
    1.66              {BUG_ID + FS + "pkg" + FS + "SuperInterface.html",
    1.67 -                "<B>All Known Subinterfaces:</B> <DD><A HREF=\"../pkg/SubInterface.html\" title=\"interface in pkg\">SubInterface</A>&lt;V&gt;</DD>"},
    1.68 +                "<STRONG>All Known Subinterfaces:</STRONG> <DD><A HREF=\"../pkg/SubInterface.html\" title=\"interface in pkg\">SubInterface</A>&lt;V&gt;</DD>"},
    1.69              {BUG_ID + FS + "pkg" + FS + "SubInterface.html",
    1.70 -                "<B>All Superinterfaces:</B> <DD><A HREF=\"../pkg/SuperInterface.html\" title=\"interface in pkg\">SuperInterface</A>&lt;V&gt;</DD>"},
    1.71 +                "<STRONG>All Superinterfaces:</STRONG> <DD><A HREF=\"../pkg/SuperInterface.html\" title=\"interface in pkg\">SuperInterface</A>&lt;V&gt;</DD>"},
    1.72  
    1.73              //=================================
    1.74              // VAR ARG TESTING
    1.75 @@ -155,18 +155,18 @@
    1.76                  "Annotation Type AnnotationType</H2>"},
    1.77              //Make sure the signature is correct.
    1.78              {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
    1.79 -                "public @interface <B>AnnotationType</B>"},
    1.80 +                "public @interface <STRONG>AnnotationType</STRONG>"},
    1.81              //Make sure member summary headings are correct.
    1.82              {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
    1.83 -                "<B>Required Element Summary</B>"},
    1.84 +                "<STRONG>Required Element Summary</STRONG>"},
    1.85              {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
    1.86 -                "<B>Optional Element Summary</B>"},
    1.87 +                "<STRONG>Optional Element Summary</STRONG>"},
    1.88              //Make sure element detail heading is correct
    1.89              {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
    1.90                  "Element Detail"},
    1.91              //Make sure default annotation type value is printed when necessary.
    1.92              {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
    1.93 -                "<B>Default:</B><DD>\"unknown\"</DD>"},
    1.94 +                "<STRONG>Default:</STRONG><DD>\"unknown\"</DD>"},
    1.95  
    1.96              //=================================
    1.97              // ANNOTATION TYPE USAGE TESTING
    1.98 @@ -182,40 +182,40 @@
    1.99                  "<FONT SIZE=\"-1\">" +
   1.100                  "<A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Class Annotation\","+NL +
   1.101                  "                <A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)"+NL +
   1.102 -                "</FONT>public class <B>AnnotationTypeUsage</B><DT>extends java.lang.Object</DL>"},
   1.103 +                "</FONT>public class <STRONG>AnnotationTypeUsage</STRONG><DT>extends java.lang.Object</DL>"},
   1.104  
   1.105              //FIELD
   1.106              {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.107                  "<FONT SIZE=\"-1\">" +
   1.108                  "<A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Field Annotation\","+NL +
   1.109                  "                <A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)"+NL +
   1.110 -                "</FONT>public int <B>field</B>"},
   1.111 +                "</FONT>public int <STRONG>field</STRONG>"},
   1.112  
   1.113              //CONSTRUCTOR
   1.114              {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.115                  "<FONT SIZE=\"-1\">" +
   1.116                  "<A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Constructor Annotation\","+NL +
   1.117                  "                <A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)"+NL +
   1.118 -                "</FONT>public <B>AnnotationTypeUsage</B>()"},
   1.119 +                "</FONT>public <STRONG>AnnotationTypeUsage</STRONG>()"},
   1.120  
   1.121              //METHOD
   1.122              {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.123                  "<FONT SIZE=\"-1\">" +
   1.124                  "<A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Method Annotation\","+NL +
   1.125                  "                <A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)"+NL +
   1.126 -                "</FONT>public void <B>method</B>()"},
   1.127 +                "</FONT>public void <STRONG>method</STRONG>()"},
   1.128  
   1.129              //METHOD PARAMS
   1.130              {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.131                  "<PRE>" + NL +
   1.132 -                "public void <B>methodWithParams</B>(<FONT SIZE=\"-1\"><A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Parameter Annotation\",<A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)</FONT>" + NL +
   1.133 +                "public void <STRONG>methodWithParams</STRONG>(<FONT SIZE=\"-1\"><A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Parameter Annotation\",<A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)</FONT>" + NL +
   1.134                  "                             int&nbsp;documented," + NL +
   1.135                  "                             int&nbsp;undocmented)</PRE>"},
   1.136  
   1.137              //CONSTRUCTOR PARAMS
   1.138              {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.139                  "<PRE>" + NL +
   1.140 -                                "public <B>AnnotationTypeUsage</B>(<FONT SIZE=\"-1\"><A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Constructor Param Annotation\",<A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)</FONT>" + NL +
   1.141 +                                "public <STRONG>AnnotationTypeUsage</STRONG>(<FONT SIZE=\"-1\"><A HREF=\"../pkg/AnnotationType.html\" title=\"annotation in pkg\">@AnnotationType</A>(<A HREF=\"../pkg/AnnotationType.html#optional()\">optional</A>=\"Constructor Param Annotation\",<A HREF=\"../pkg/AnnotationType.html#required()\">required</A>=1994)</FONT>" + NL +
   1.142                                  "                           int&nbsp;documented," + NL +
   1.143                  "                           int&nbsp;undocmented)</PRE>"},
   1.144  
   1.145 @@ -270,7 +270,7 @@
   1.146              {BUG_ID + FS + "pkg1" + FS + "B.html",
   1.147                  "<PRE><FONT SIZE=\"-1\"><A HREF=\"../pkg1/A.html\" title=\"annotation in pkg1\">@A</A>"},
   1.148              {BUG_ID + FS + "pkg1" + FS + "B.html",
   1.149 -                "</FONT>public interface <B>B</B></DL>" + NL +
   1.150 +                "</FONT>public interface <STRONG>B</STRONG></DL>" + NL +
   1.151                      "</PRE>"},
   1.152  
   1.153  
   1.154 @@ -278,7 +278,7 @@
   1.155              // Handle multiple bounds.
   1.156              //==============================================================
   1.157              {BUG_ID + FS + "pkg" + FS + "MultiTypeParameters.html",
   1.158 -                "public &lt;T extends java.lang.Number & java.lang.Runnable&gt; T <B>foo</B>(T&nbsp;t)"},
   1.159 +                "public &lt;T extends java.lang.Number & java.lang.Runnable&gt; T <STRONG>foo</STRONG>(T&nbsp;t)"},
   1.160  
   1.161              //==============================================================
   1.162              // Test Class-Use Documenation for Type Parameters.
   1.163 @@ -289,13 +289,13 @@
   1.164                   "<TH ALIGN=\"left\" COLSPAN=\"2\">Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A></FONT></TH>"
   1.165              },
   1.166              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   1.167 -                "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></B></CODE>"
   1.168 +                "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></STRONG></CODE>"
   1.169              },
   1.170              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   1.171                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A></FONT></TH>"
   1.172              },
   1.173              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   1.174 -                "<TD><CODE><B>ClassUseTest1.</B><B><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></B>(T&nbsp;t)</CODE>"
   1.175 +                "<TD><CODE><STRONG>ClassUseTest1.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   1.176              },
   1.177              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   1.178                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Fields in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A></FONT></TH>"
   1.179 @@ -315,13 +315,13 @@
   1.180              "<TH ALIGN=\"left\" COLSPAN=\"2\">Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo2.html\" title=\"interface in pkg2\">Foo2</A></FONT></TH>"
   1.181             },
   1.182             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   1.183 -            "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></B></CODE>"
   1.184 +            "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></STRONG></CODE>"
   1.185             },
   1.186             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   1.187                 "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo2.html\" title=\"interface in pkg2\">Foo2</A></FONT></TH>"
   1.188              },
   1.189              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   1.190 -               "<TD><CODE><B>ClassUseTest1.</B><B><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></B>(T&nbsp;t)</CODE>"
   1.191 +               "<TD><CODE><STRONG>ClassUseTest1.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   1.192              },
   1.193  
   1.194              //ClassUseTest2: <T extends ParamTest<Foo3>>
   1.195 @@ -329,13 +329,13 @@
   1.196                "<TH ALIGN=\"left\" COLSPAN=\"2\">Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A></FONT></TH>"
   1.197              },
   1.198              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   1.199 -              "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest2.html\" title=\"class in pkg2\">ClassUseTest2&lt;T extends ParamTest&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;</A></B></CODE>"
   1.200 +              "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html\" title=\"class in pkg2\">ClassUseTest2&lt;T extends ParamTest&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;</A></STRONG></CODE>"
   1.201              },
   1.202              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   1.203                "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A></FONT></TH>"
   1.204              },
   1.205              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   1.206 -              "<TD><CODE><B>ClassUseTest2.</B><B><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></B>(T&nbsp;t)</CODE>"
   1.207 +              "<TD><CODE><STRONG>ClassUseTest2.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   1.208              },
   1.209              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   1.210                "<TH ALIGN=\"left\" COLSPAN=\"2\">Fields in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> declared as <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A></FONT></TH>"
   1.211 @@ -354,13 +354,13 @@
   1.212                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A></FONT></TH>"
   1.213              },
   1.214              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   1.215 -                "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest2.html\" title=\"class in pkg2\">ClassUseTest2&lt;T extends ParamTest&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;</A></B></CODE>"
   1.216 +                "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html\" title=\"class in pkg2\">ClassUseTest2&lt;T extends ParamTest&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;</A></STRONG></CODE>"
   1.217              },
   1.218              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   1.219                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A></FONT></TH>"
   1.220              },
   1.221              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   1.222 -                "<TD><CODE><B>ClassUseTest2.</B><B><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></B>(T&nbsp;t)</CODE>"
   1.223 +                "<TD><CODE><STRONG>ClassUseTest2.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   1.224              },
   1.225              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   1.226                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> that return types with arguments of type <A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A></FONT></TH>"
   1.227 @@ -374,13 +374,13 @@
   1.228                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A></FONT></TH>"
   1.229              },
   1.230              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   1.231 -                "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest3.html\" title=\"class in pkg2\">ClassUseTest3&lt;T extends ParamTest2&lt;java.util.List&lt;? extends Foo4&gt;&gt;&gt;</A></B></CODE>"
   1.232 +                "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html\" title=\"class in pkg2\">ClassUseTest3&lt;T extends ParamTest2&lt;java.util.List&lt;? extends Foo4&gt;&gt;&gt;</A></STRONG></CODE>"
   1.233              },
   1.234              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   1.235                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A></FONT></TH>"
   1.236              },
   1.237              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   1.238 -                "<TD><CODE><B>ClassUseTest3.</B><B><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></B>(T&nbsp;t)</CODE>"
   1.239 +                "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   1.240              },
   1.241              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   1.242                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A></FONT></TH>"
   1.243 @@ -393,13 +393,13 @@
   1.244                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A></FONT></TH>"
   1.245              },
   1.246              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   1.247 -                "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest3.html\" title=\"class in pkg2\">ClassUseTest3&lt;T extends ParamTest2&lt;java.util.List&lt;? extends Foo4&gt;&gt;&gt;</A></B></CODE>"
   1.248 +                "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html\" title=\"class in pkg2\">ClassUseTest3&lt;T extends ParamTest2&lt;java.util.List&lt;? extends Foo4&gt;&gt;&gt;</A></STRONG></CODE>"
   1.249              },
   1.250              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   1.251                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type parameters of type <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A></FONT></TH>"
   1.252              },
   1.253              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   1.254 -                "<TD><CODE><B>ClassUseTest3.</B><B><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></B>(T&nbsp;t)</CODE>"
   1.255 +                "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   1.256              },
   1.257              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   1.258                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> that return types with arguments of type <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A></FONT></TH>"
   1.259 @@ -415,13 +415,13 @@
   1.260                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.261                  "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   1.262                  "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
   1.263 -                "<TD><CODE><B>ClassUseTest3.</B><B><A HREF=\"../../pkg2/ClassUseTest3.html#method(java.util.Set)\">method</A></B>(java.util.Set&lt;<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&nbsp;p)</CODE>"
   1.264 +                "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(java.util.Set)\">method</A></STRONG>(java.util.Set&lt;<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&nbsp;p)</CODE>"
   1.265              },
   1.266              {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   1.267                  "<TH ALIGN=\"left\" COLSPAN=\"2\">Constructor parameters in <A HREF=\"../../pkg2/package-summary.html\">pkg2</A> with type arguments of type <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A></FONT></TH>" + NL +
   1.268                  "</TR>" + NL +
   1.269                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.270 -                "<TD><CODE><B><A HREF=\"../../pkg2/ClassUseTest3.html#ClassUseTest3(java.util.Set)\">ClassUseTest3</A></B>(java.util.Set&lt;<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&nbsp;p)</CODE>"
   1.271 +                "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#ClassUseTest3(java.util.Set)\">ClassUseTest3</A></STRONG>(java.util.Set&lt;<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&nbsp;p)</CODE>"
   1.272              },
   1.273  
   1.274              //=================================
   1.275 @@ -432,7 +432,7 @@
   1.276                  "Packages with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" title=\"annotation in pkg\">AnnotationType</A></FONT></TH>" + NL +
   1.277                  "</TR>" + NL +
   1.278                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.279 -                "<TD><A HREF=\"../../pkg/package-summary.html\"><B>pkg</B></A></TD>"
   1.280 +                "<TD><A HREF=\"../../pkg/package-summary.html\"><STRONG>pkg</STRONG></A></TD>"
   1.281              },
   1.282  
   1.283              {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   1.284 @@ -441,7 +441,7 @@
   1.285                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.286                  "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   1.287                  "<CODE>&nbsp;class</CODE></FONT></TD>" + NL +
   1.288 -                "<TD><CODE><B><A HREF=\"../../pkg/AnnotationTypeUsage.html\" title=\"class in pkg\">AnnotationTypeUsage</A></B></CODE>"
   1.289 +                "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html\" title=\"class in pkg\">AnnotationTypeUsage</A></STRONG></CODE>"
   1.290              },
   1.291  
   1.292              {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   1.293 @@ -450,7 +450,7 @@
   1.294                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.295                  "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   1.296                  "<CODE>&nbsp;int</CODE></FONT></TD>" + NL +
   1.297 -                "<TD><CODE><B>AnnotationTypeUsage.</B><B><A HREF=\"../../pkg/AnnotationTypeUsage.html#field\">field</A></B></CODE>"
   1.298 +                "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#field\">field</A></STRONG></CODE>"
   1.299              },
   1.300  
   1.301              {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   1.302 @@ -459,7 +459,7 @@
   1.303                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.304                  "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   1.305                  "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
   1.306 -                "<TD><CODE><B>AnnotationTypeUsage.</B><B><A HREF=\"../../pkg/AnnotationTypeUsage.html#method()\">method</A></B>()</CODE>"
   1.307 +                "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#method()\">method</A></STRONG>()</CODE>"
   1.308              },
   1.309  
   1.310              {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   1.311 @@ -468,7 +468,7 @@
   1.312                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.313                  "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   1.314                  "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
   1.315 -                "<TD><CODE><B>AnnotationTypeUsage.</B><B><A HREF=\"../../pkg/AnnotationTypeUsage.html#methodWithParams(int, int)\">methodWithParams</A></B>(int&nbsp;documented," + NL +
   1.316 +                "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#methodWithParams(int, int)\">methodWithParams</A></STRONG>(int&nbsp;documented," + NL +
   1.317                  "                 int&nbsp;undocmented)</CODE>"
   1.318              },
   1.319  
   1.320 @@ -476,14 +476,14 @@
   1.321                  "Constructors in <A HREF=\"../../pkg/package-summary.html\">pkg</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" title=\"annotation in pkg\">AnnotationType</A></FONT></TH>" + NL +
   1.322                  "</TR>" + NL +
   1.323                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.324 -                "<TD><CODE><B><A HREF=\"../../pkg/AnnotationTypeUsage.html#AnnotationTypeUsage()\">AnnotationTypeUsage</A></B>()</CODE>"
   1.325 +                "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#AnnotationTypeUsage()\">AnnotationTypeUsage</A></STRONG>()</CODE>"
   1.326              },
   1.327  
   1.328              {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   1.329                  "Constructor parameters in <A HREF=\"../../pkg/package-summary.html\">pkg</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" title=\"annotation in pkg\">AnnotationType</A></FONT></TH>" + NL +
   1.330                  "</TR>" + NL +
   1.331                  "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   1.332 -                "<TD><CODE><B><A HREF=\"../../pkg/AnnotationTypeUsage.html#AnnotationTypeUsage(int, int)\">AnnotationTypeUsage</A></B>(int&nbsp;documented," + NL +
   1.333 +                "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#AnnotationTypeUsage(int, int)\">AnnotationTypeUsage</A></STRONG>(int&nbsp;documented," + NL +
   1.334                  "                    int&nbsp;undocmented)</CODE>"
   1.335              },
   1.336  
   1.337 @@ -491,13 +491,13 @@
   1.338              // TYPE PARAMETER IN INDEX
   1.339              //=================================
   1.340              {BUG_ID + FS + "index-all.html",
   1.341 -                "<A HREF=\"./pkg2/Foo.html#method(java.util.Vector)\"><B>method(Vector&lt;Object&gt;)</B></A>"
   1.342 +                "<A HREF=\"./pkg2/Foo.html#method(java.util.Vector)\"><STRONG>method(Vector&lt;Object&gt;)</STRONG></A>"
   1.343              },
   1.344              //=================================
   1.345              // TYPE PARAMETER IN INDEX
   1.346              //=================================
   1.347              {BUG_ID + FS + "index-all.html",
   1.348 -                "<A HREF=\"./pkg2/Foo.html#method(java.util.Vector)\"><B>method(Vector&lt;Object&gt;)</B></A>"
   1.349 +                "<A HREF=\"./pkg2/Foo.html#method(java.util.Vector)\"><STRONG>method(Vector&lt;Object&gt;)</STRONG></A>"
   1.350              },
   1.351          };
   1.352      private static final String[][] NEGATED_TEST = {
   1.353 @@ -505,7 +505,7 @@
   1.354          // ENUM TESTING
   1.355          //=================================
   1.356          //NO constructor section
   1.357 -        {BUG_ID + FS + "pkg" + FS + "Coin.html", "<B>Constructor Summary</B>"},
   1.358 +        {BUG_ID + FS + "pkg" + FS + "Coin.html", "<STRONG>Constructor Summary</STRONG>"},
   1.359          //=================================
   1.360          // TYPE PARAMETER TESTING
   1.361          //=================================
   1.362 @@ -525,28 +525,28 @@
   1.363              "<FONT SIZE=\"-1\">" + NL +
   1.364              "<A HREF=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</A>(<A HREF=\"../pkg/AnnotationType.html#optional\">optional</A>=\"Class Annotation\"," + NL +
   1.365              "                <A HREF=\"../pkg/AnnotationType.html#required\">required</A>=1994)" + NL +
   1.366 -            "</FONT>public class <B>AnnotationTypeUsage</B><DT>extends java.lang.Object</DL>"},
   1.367 +            "</FONT>public class <STRONG>AnnotationTypeUsage</STRONG><DT>extends java.lang.Object</DL>"},
   1.368  
   1.369          //FIELD
   1.370          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.371              "<FONT SIZE=\"-1\">" + NL +
   1.372              "<A HREF=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</A>(<A HREF=\"../pkg/AnnotationType.html#optional\">optional</A>=\"Field Annotation\"," + NL +
   1.373              "                <A HREF=\"../pkg/AnnotationType.html#required\">required</A>=1994)" + NL +
   1.374 -            "</FONT>public int <B>field</B>"},
   1.375 +            "</FONT>public int <STRONG>field</STRONG>"},
   1.376  
   1.377          //CONSTRUCTOR
   1.378          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.379              "<FONT SIZE=\"-1\">" + NL +
   1.380              "<A HREF=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</A>(<A HREF=\"../pkg/AnnotationType.html#optional\">optional</A>=\"Constructor Annotation\"," + NL +
   1.381              "                <A HREF=\"../pkg/AnnotationType.html#required\">required</A>=1994)" + NL +
   1.382 -            "</FONT>public <B>AnnotationTypeUsage</B>()"},
   1.383 +            "</FONT>public <STRONG>AnnotationTypeUsage</STRONG>()"},
   1.384  
   1.385          //METHOD
   1.386          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
   1.387              "<FONT SIZE=\"-1\">" + NL +
   1.388              "<A HREF=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</A>(<A HREF=\"../pkg/AnnotationType.html#optional\">optional</A>=\"Method Annotation\"," + NL +
   1.389              "                <A HREF=\"../pkg/AnnotationType.html#required\">required</A>=1994)" + NL +
   1.390 -            "</FONT>public void <B>method</B>()"},
   1.391 +            "</FONT>public void <STRONG>method</STRONG>()"},
   1.392  
   1.393          //=================================
   1.394          // Make sure annotation types do not

mercurial