langtools/test/com/sun/javadoc/testNewLanguageFeatures/TestNewLanguageFeatures.java
changeset 2320 5b8c377175f4
parent 2216 b124d5c924eb
child 5520 86e4b9a9da40
equal deleted inserted replaced
2319:71bde363b33e 2320:5b8c377175f4
    56             {BUG_ID + FS + "pkg" + FS + "Coin.html", "public enum "+
    56             {BUG_ID + FS + "pkg" + FS + "Coin.html", "public enum "+
    57                 "<STRONG>Coin</STRONG>" + NL + "extends java.lang.Enum&lt;" +
    57                 "<STRONG>Coin</STRONG>" + NL + "extends java.lang.Enum&lt;" +
    58                 "<A HREF=\"../pkg/Coin.html\" title=\"enum in pkg\">Coin</A>&gt;"
    58                 "<A HREF=\"../pkg/Coin.html\" title=\"enum in pkg\">Coin</A>&gt;"
    59             },
    59             },
    60             //Check for enum constant section
    60             //Check for enum constant section
    61             {BUG_ID + FS + "pkg" + FS + "Coin.html", "<STRONG>Enum Constant Summary</STRONG>"},
    61             {BUG_ID + FS + "pkg" + FS + "Coin.html", "<CAPTION CLASS=\"TableCaption\">" + NL +
       
    62                      "Enum Constant Summary</CAPTION>"},
    62             //Detail for enum constant
    63             //Detail for enum constant
    63             {BUG_ID + FS + "pkg" + FS + "Coin.html",
    64             {BUG_ID + FS + "pkg" + FS + "Coin.html",
    64                 "<STRONG><A HREF=\"../pkg/Coin.html#Dime\">Dime</A></STRONG>"},
    65                 "<STRONG><A HREF=\"../pkg/Coin.html#Dime\">Dime</A></STRONG>"},
    65             //Automatically insert documentation for values() and valueOf().
    66             //Automatically insert documentation for values() and valueOf().
    66             {BUG_ID + FS + "pkg" + FS + "Coin.html",
    67             {BUG_ID + FS + "pkg" + FS + "Coin.html",
   156             //Make sure the signature is correct.
   157             //Make sure the signature is correct.
   157             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   158             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   158                 "public @interface <STRONG>AnnotationType</STRONG>"},
   159                 "public @interface <STRONG>AnnotationType</STRONG>"},
   159             //Make sure member summary headings are correct.
   160             //Make sure member summary headings are correct.
   160             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   161             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   161                 "<STRONG>Required Element Summary</STRONG>"},
   162                 "<CAPTION CLASS=\"TableCaption\">" + NL +
       
   163                 "Required Element Summary</CAPTION>"},
   162             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   164             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   163                 "<STRONG>Optional Element Summary</STRONG>"},
   165                 "<CAPTION CLASS=\"TableCaption\">" + NL +
       
   166                 "Optional Element Summary</CAPTION>"},
   164             //Make sure element detail heading is correct
   167             //Make sure element detail heading is correct
   165             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   168             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   166                 "Element Detail"},
   169                 "Element Detail"},
   167             //Make sure default annotation type value is printed when necessary.
   170             //Make sure default annotation type value is printed when necessary.
   168             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   171             {BUG_ID + FS + "pkg" + FS + "AnnotationType.html",
   284             // Test Class-Use Documenation for Type Parameters.
   287             // Test Class-Use Documenation for Type Parameters.
   285             //==============================================================
   288             //==============================================================
   286 
   289 
   287             //ClassUseTest1: <T extends Foo & Foo2>
   290             //ClassUseTest1: <T extends Foo & Foo2>
   288             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   291             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   289                  "<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>"
   292                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   293                      "Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   294                      "</A> with type parameters of type <A HREF=\"../../pkg2/Foo.html\" " +
       
   295                      "title=\"class in pkg2\">Foo</A></CAPTION>"
   290             },
   296             },
   291             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   297             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   292                 "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></STRONG></CODE>"
   298                 "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></STRONG></CODE>"
   293             },
   299             },
   294             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   300             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   295                 "<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>"
   301                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   302                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   303                      "</A> with type parameters of type <A HREF=\"../../pkg2/Foo.html\" " +
       
   304                      "title=\"class in pkg2\">Foo</A></CAPTION>"
   296             },
   305             },
   297             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   306             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   298                 "<TD><CODE><STRONG>ClassUseTest1.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   307                 "<TD><CODE><STRONG>ClassUseTest1.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   299             },
   308             },
   300             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   309             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   301                 "<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>"
   310                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   311                      "Fields in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   312                      "</A> with type parameters of type <A HREF=\"../../pkg2/Foo.html\" " +
       
   313                      "title=\"class in pkg2\">Foo</A></CAPTION>"
   302             },
   314             },
   303             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   315             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
   304                 "<A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A>&gt;</CODE></FONT></TD>"
   316                 "<A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A>&gt;</CODE></FONT></TD>"
   305             },
   317             },
   306 
   318 
   307             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   319             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   308                 "<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>"
   320                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   321                      "Fields in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   322                      "</A> declared as <A HREF=\"../../pkg2/ParamTest.html\" " +
       
   323                      "title=\"class in pkg2\">ParamTest</A></CAPTION>"
   309             },
   324             },
   310             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   325             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   311                 "<A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A>&gt;</CODE></FONT></TD>"
   326                 "<A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A>&gt;</CODE></FONT></TD>"
   312             },
   327             },
   313 
   328 
   314            {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   329            {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   315             "<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>"
   330                     "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   331                     "Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   332                     "</A> with type parameters of type <A HREF=\"../../pkg2/Foo2.html\" " +
       
   333                     "title=\"interface in pkg2\">Foo2</A></CAPTION>"
   316            },
   334            },
   317            {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   335            {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   318             "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></STRONG></CODE>"
   336             "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html\" title=\"class in pkg2\">ClassUseTest1&lt;T extends Foo & Foo2&gt;</A></STRONG></CODE>"
   319            },
   337            },
   320            {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   338            {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   321                "<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>"
   339                     "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   340                     "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   341                     "</A> with type parameters of type <A HREF=\"../../pkg2/Foo2.html\" " +
       
   342                     "title=\"interface in pkg2\">Foo2</A></CAPTION>"
   322             },
   343             },
   323             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   344             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
   324                "<TD><CODE><STRONG>ClassUseTest1.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   345                "<TD><CODE><STRONG>ClassUseTest1.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest1.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   325             },
   346             },
   326 
   347 
   327             //ClassUseTest2: <T extends ParamTest<Foo3>>
   348             //ClassUseTest2: <T extends ParamTest<Foo3>>
   328             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   349             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   329               "<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>"
   350                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   351                      "Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   352                      "</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest.html\" " +
       
   353                      "title=\"class in pkg2\">ParamTest</A></CAPTION>"
   330             },
   354             },
   331             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   355             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   332               "<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>"
   356               "<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>"
   333             },
   357             },
   334             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   358             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   335               "<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>"
   359                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   360                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   361                      "</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest.html\" " +
       
   362                      "title=\"class in pkg2\">ParamTest</A></CAPTION>"
   336             },
   363             },
   337             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   364             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   338               "<TD><CODE><STRONG>ClassUseTest2.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   365               "<TD><CODE><STRONG>ClassUseTest2.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   339             },
   366             },
   340             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   367             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   341               "<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>"
   368                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   369                      "Fields in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   370                      "</A> declared as <A HREF=\"../../pkg2/ParamTest.html\" " +
       
   371                      "title=\"class in pkg2\">ParamTest</A></CAPTION>"
   342             },
   372             },
   343             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   373             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   344               "<A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A>&gt;</CODE></FONT></TD>"
   374               "<A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo</A>&gt;</CODE></FONT></TD>"
   345             },
   375             },
   346             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   376             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   347               "<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>"
   377                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   378                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   379                      "</A> with type parameters of type <A HREF=\"../../pkg2/ParamTest.html\" " +
       
   380                      "title=\"class in pkg2\">ParamTest</A></CAPTION>"
   348             },
   381             },
   349             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   382             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
   350               "&lt;T extends <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;"
   383               "&lt;T extends <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;"
   351             },
   384             },
   352 
   385 
   353             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   386             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   354                 "<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>"
   387                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   388                      "Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   389                      "</A> with type parameters of type <A HREF=\"../../pkg2/Foo3.html\" " +
       
   390                      "title=\"class in pkg2\">Foo3</A></CAPTION>"
   355             },
   391             },
   356             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   392             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   357                 "<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>"
   393                 "<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>"
   358             },
   394             },
   359             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   395             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   360                 "<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>"
   396                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   397                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   398                      "</A> with type parameters of type <A HREF=\"../../pkg2/Foo3.html\" " +
       
   399                      "title=\"class in pkg2\">Foo3</A></CAPTION>"
   361             },
   400             },
   362             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   401             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   363                 "<TD><CODE><STRONG>ClassUseTest2.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   402                 "<TD><CODE><STRONG>ClassUseTest2.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest2.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   364             },
   403             },
   365             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   404             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   366                 "<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>"
   405                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   406                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   407                      "</A> that return types with arguments of type " +
       
   408                      "<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" +
       
   409                      "Foo3</A></CAPTION>"
   367             },
   410             },
   368             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   411             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
   369                 "&lt;T extends <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;"
   412                 "&lt;T extends <A HREF=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</A>&lt;<A HREF=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3</A>&gt;&gt;"
   370             },
   413             },
   371 
   414 
   372             //ClassUseTest3: <T extends ParamTest2<List<? extends Foo4>>>
   415             //ClassUseTest3: <T extends ParamTest2<List<? extends Foo4>>>
   373             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   416             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   374                 "<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>"
   417                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   418                      "Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   419                      "</A> with type parameters of type " +
       
   420                      "<A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
       
   421                      "ParamTest2</A></CAPTION>"
   375             },
   422             },
   376             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   423             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   377                 "<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>"
   424                 "<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>"
   378             },
   425             },
   379             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   426             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   380                 "<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>"
   427                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   428                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   429                      "</A> with type parameters of type " +
       
   430                      "<A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
       
   431                      "ParamTest2</A></CAPTION>"
   381             },
   432             },
   382             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   433             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   383                 "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   434                 "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   384             },
   435             },
   385             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   436             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   386                 "<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>"
   437                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   438                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   439                      "</A> with type parameters of type " +
       
   440                      "<A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
       
   441                      "ParamTest2</A></CAPTION>"
   387             },
   442             },
   388             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   443             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
   389                 "&lt;T extends <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A>&lt;java.util.List&lt;? extends <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&gt;&gt;"
   444                 "&lt;T extends <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A>&lt;java.util.List&lt;? extends <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&gt;&gt;"
   390             },
   445             },
   391 
   446 
   392             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   447             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   393                 "<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>"
   448                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   449                      "Classes in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   450                      "</A> with type parameters of type " +
       
   451                      "<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" +
       
   452                      "Foo4</A></CAPTION>"
   394             },
   453             },
   395             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   454             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   396                 "<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>"
   455                 "<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>"
   397             },
   456             },
   398             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   457             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   399                 "<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>"
   458                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   459                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   460                      "</A> with type parameters of type <A HREF=\"../../pkg2/Foo4.html\" " +
       
   461                      "title=\"class in pkg2\">Foo4</A></CAPTION>"
   400             },
   462             },
   401             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   463             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   402                 "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   464                 "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#method(T)\">method</A></STRONG>(T&nbsp;t)</CODE>"
   403             },
   465             },
   404             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   466             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   405                 "<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>"
   467                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
       
   468                      "Methods in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
       
   469                      "</A> that return types with arguments of type " +
       
   470                      "<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" +
       
   471                      "Foo4</A></CAPTION>"
   406             },
   472             },
   407             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   473             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   408                 "&lt;T extends <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A>&lt;java.util.List&lt;? extends <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&gt;&gt;"
   474                 "&lt;T extends <A HREF=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">ParamTest2</A>&lt;java.util.List&lt;? extends <A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</A>&gt;&gt;&gt;"
   409             },
   475             },
   410 
   476 
   411             //Type parameters in constructor and method args
   477             //Type parameters in constructor and method args
   412             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   478             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   413                 "<TH ALIGN=\"left\" COLSPAN=\"2\">Method 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 +
   479                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
   414                 "</TR>" + NL +
   480                      "Method parameters in <A HREF=\"../../pkg2/package-summary.html\">pkg2" +
   415                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   481                      "</A> with type arguments of type <A HREF=\"../../pkg2/Foo4.html\" " +
   416                 "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   482                      "title=\"class in pkg2\">Foo4</A></CAPTION>" + NL +
   417                 "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
   483                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   418                 "<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>"
   484                      " NOWRAP>Modifier and Type" +
       
   485                      "</TH>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   486                      " NOWRAP>Method and Description</TH>" + NL +
       
   487                      "</TR>" + NL +
       
   488                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   489                      "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
       
   490                      "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
       
   491                      "<TD><CODE><STRONG>ClassUseTest3.</STRONG><STRONG>" +
       
   492                      "<A HREF=\"../../pkg2/ClassUseTest3.html#method(java.util.Set)\">" +
       
   493                      "method</A></STRONG>(java.util.Set&lt;<A HREF=\"../../pkg2/Foo4.html\" " +
       
   494                      "title=\"class in pkg2\">Foo4</A>&gt;&nbsp;p)</CODE>"
   419             },
   495             },
   420             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   496             {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
   421                 "<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 +
   497                      "<CAPTION CLASS=\"TableSubCaption\">" + NL +
   422                 "</TR>" + NL +
   498                      "Constructor parameters in <A HREF=\"../../pkg2/package-summary.html\">" +
   423                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   499                      "pkg2</A> with type arguments of type <A HREF=\"../../pkg2/Foo4.html\" " +
   424                 "<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>"
   500                      "title=\"class in pkg2\">Foo4</A></CAPTION>" + NL +
       
   501                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   502                      " NOWRAP>Constructor and Description" +
       
   503                      "</TH>" + NL + "</TR>" + NL +
       
   504                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   505                      "<TD><CODE><STRONG><A HREF=\"../../pkg2/ClassUseTest3.html#ClassUseTest3" +
       
   506                      "(java.util.Set)\">ClassUseTest3</A></STRONG>(java.util.Set&lt;" +
       
   507                      "<A HREF=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" +
       
   508                      "Foo4</A>&gt;&nbsp;p)</CODE>"
   425             },
   509             },
   426 
   510 
   427             //=================================
   511             //=================================
   428             // Annotatation Type Usage
   512             // Annotatation Type Usage
   429             //=================================
   513             //=================================
   430             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   514             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   431                 "<FONT SIZE=\"+2\">" + NL +
   515                      "Packages with annotations of type " +
   432                 "Packages with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" title=\"annotation in pkg\">AnnotationType</A></FONT></TH>" + NL +
   516                      "<A HREF=\"../../pkg/AnnotationType.html\" " +
   433                 "</TR>" + NL +
   517                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   434                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   518                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   435                 "<TD><A HREF=\"../../pkg/package-summary.html\"><STRONG>pkg</STRONG></A></TD>"
   519                      " NOWRAP>Package" +
       
   520                      "</TH>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   521                      " NOWRAP>Description</TH>" + NL + "</TR>" + NL +
       
   522                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   523                      "<TD><A HREF=\"../../pkg/package-summary.html\"><STRONG>pkg" +
       
   524                      "</STRONG></A></TD>"
   436             },
   525             },
   437 
   526 
   438             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   527             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   439                 "Classes 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 +
   528                      "Classes in <A HREF=\"../../pkg/package-summary.html\">pkg" +
   440                 "</TR>" + NL +
   529                      "</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" " +
   441                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   530                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   442                 "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   531                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   443                 "<CODE>&nbsp;class</CODE></FONT></TD>" + NL +
   532                      " NOWRAP>Modifier and Type" +
   444                 "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html\" title=\"class in pkg\">AnnotationTypeUsage</A></STRONG></CODE>"
   533                      "</TH>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   534                      " NOWRAP>Class and Description</TH>" + NL +
       
   535                      "</TR>" + NL +
       
   536                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   537                      "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
       
   538                      "<CODE>&nbsp;class</CODE></FONT></TD>" + NL +
       
   539                      "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html\" " +
       
   540                      "title=\"class in pkg\">AnnotationTypeUsage</A></STRONG></CODE>"
   445             },
   541             },
   446 
   542 
   447             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   543             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   448                 "Fields 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 +
   544                      "Fields in <A HREF=\"../../pkg/package-summary.html\">pkg" +
   449                 "</TR>" + NL +
   545                      "</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" " +
   450                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   546                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   451                 "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   547                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   452                 "<CODE>&nbsp;int</CODE></FONT></TD>" + NL +
   548                      " NOWRAP>Modifier and Type" +
   453                 "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#field\">field</A></STRONG></CODE>"
   549                      "</TH>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   550                      " NOWRAP>Field and Description</TH>" + NL +
       
   551                      "</TR>" + NL +
       
   552                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   553                      "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
       
   554                      "<CODE>&nbsp;int</CODE></FONT></TD>" + NL +
       
   555                      "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG>" +
       
   556                      "<A HREF=\"../../pkg/AnnotationTypeUsage.html#field\">field" +
       
   557                      "</A></STRONG></CODE>"
   454             },
   558             },
   455 
   559 
   456             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   560             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   457                 "Methods 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 +
   561                      "Methods in <A HREF=\"../../pkg/package-summary.html\">pkg" +
   458                 "</TR>" + NL +
   562                      "</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" " +
   459                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   563                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   460                 "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   564                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   461                 "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
   565                      " NOWRAP>Modifier and Type" +
   462                 "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#method()\">method</A></STRONG>()</CODE>"
   566                      "</TH>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   567                      " NOWRAP>Method and Description</TH>" + NL +
       
   568                      "</TR>" + NL +
       
   569                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   570                      "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
       
   571                      "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
       
   572                      "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG>" +
       
   573                      "<A HREF=\"../../pkg/AnnotationTypeUsage.html#method()\">" +
       
   574                      "method</A></STRONG>()</CODE>"
   463             },
   575             },
   464 
   576 
   465             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   577             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   466                 "Method 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 +
   578                      "Method parameters in <A HREF=\"../../pkg/package-summary.html\">pkg" +
   467                 "</TR>" + NL +
   579                      "</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" " +
   468                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   580                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   469                 "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
   581                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   470                 "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
   582                      " NOWRAP>Modifier and Type" +
   471                 "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#methodWithParams(int, int)\">methodWithParams</A></STRONG>(int&nbsp;documented," + NL +
   583                      "</TH>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   472                 "                 int&nbsp;undocmented)</CODE>"
   584                      " NOWRAP>Method and Description</TH>" + NL +
       
   585                      "</TR>" + NL +
       
   586                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   587                      "<TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"1%\"><FONT SIZE=\"-1\">" + NL +
       
   588                      "<CODE>&nbsp;void</CODE></FONT></TD>" + NL +
       
   589                      "<TD><CODE><STRONG>AnnotationTypeUsage.</STRONG><STRONG>" +
       
   590                      "<A HREF=\"../../pkg/AnnotationTypeUsage.html#methodWithParams" +
       
   591                      "(int, int)\">methodWithParams</A></STRONG>(int&nbsp;documented," + NL +
       
   592                      "                 int&nbsp;undocmented)</CODE>"
   473             },
   593             },
   474 
   594 
   475             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   595             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   476                 "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 +
   596                      "Constructors in <A HREF=\"../../pkg/package-summary.html\">pkg" +
   477                 "</TR>" + NL +
   597                      "</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" " +
   478                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   598                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   479                 "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#AnnotationTypeUsage()\">AnnotationTypeUsage</A></STRONG>()</CODE>"
   599                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
       
   600                      " NOWRAP>Constructor and Description" +
       
   601                      "</TH>" + NL + "</TR>" + NL +
       
   602                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   603                      "<TD><CODE><STRONG><A HREF=\"../../pkg/" +
       
   604                      "AnnotationTypeUsage.html#AnnotationTypeUsage()\">" +
       
   605                      "AnnotationTypeUsage</A></STRONG>()</CODE>"
   480             },
   606             },
   481 
   607 
   482             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   608             {BUG_ID + FS + "pkg" + FS + "class-use" + FS + "AnnotationType.html",
   483                 "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 +
   609                      "Constructor parameters in <A HREF=\"../../pkg/package-summary.html\">pkg" +
   484                 "</TR>" + NL +
   610                      "</A> with annotations of type <A HREF=\"../../pkg/AnnotationType.html\" " +
   485                 "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
   611                      "title=\"annotation in pkg\">AnnotationType</A></CAPTION>" + NL +
   486                 "<TD><CODE><STRONG><A HREF=\"../../pkg/AnnotationTypeUsage.html#AnnotationTypeUsage(int, int)\">AnnotationTypeUsage</A></STRONG>(int&nbsp;documented," + NL +
   612                      "<TR>" + NL + "<TH CLASS=\"TableHeader\" SCOPE=\"col\"" +
   487                 "                    int&nbsp;undocmented)</CODE>"
   613                      " NOWRAP>Constructor and Description" +
       
   614                      "</TH>" + NL + "</TR>" + NL +
       
   615                      "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" + NL +
       
   616                      "<TD><CODE><STRONG><A HREF=\"../../pkg/" +
       
   617                      "AnnotationTypeUsage.html#AnnotationTypeUsage(int, int)\">" +
       
   618                      "AnnotationTypeUsage</A></STRONG>(int&nbsp;documented," + NL +
       
   619                      "                    int&nbsp;undocmented)</CODE>"
   488             },
   620             },
   489 
   621 
   490             //=================================
   622             //=================================
   491             // TYPE PARAMETER IN INDEX
   623             // TYPE PARAMETER IN INDEX
   492             //=================================
   624             //=================================