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

changeset 1935
8c55df2442c1
parent 1744
76a691e3e961
child 2035
a2a5ad0853ed
equal deleted inserted replaced
1934:c7dcf899ffff 1935:8c55df2442c1
60 //Check for enum constant section 60 //Check for enum constant section
61 {BUG_ID + FS + "pkg" + FS + "Coin.html", "<caption><span>Enum Constants" + 61 {BUG_ID + FS + "pkg" + FS + "Coin.html", "<caption><span>Enum Constants" +
62 "</span><span class=\"tabEnd\">&nbsp;</span></caption>"}, 62 "</span><span class=\"tabEnd\">&nbsp;</span></caption>"},
63 //Detail for enum constant 63 //Detail for enum constant
64 {BUG_ID + FS + "pkg" + FS + "Coin.html", 64 {BUG_ID + FS + "pkg" + FS + "Coin.html",
65 "<strong><a href=\"../pkg/Coin.html#Dime\">Dime</a></strong>"}, 65 "<span class=\"strong\"><a href=\"../pkg/Coin.html#Dime\">Dime</a></span>"},
66 //Automatically insert documentation for values() and valueOf(). 66 //Automatically insert documentation for values() and valueOf().
67 {BUG_ID + FS + "pkg" + FS + "Coin.html", 67 {BUG_ID + FS + "pkg" + FS + "Coin.html",
68 "Returns an array containing the constants of this enum type,"}, 68 "Returns an array containing the constants of this enum type,"},
69 {BUG_ID + FS + "pkg" + FS + "Coin.html", 69 {BUG_ID + FS + "pkg" + FS + "Coin.html",
70 "Returns the enum constant of this type with the specified name"}, 70 "Returns the enum constant of this type with the specified name"},
318 "package-summary.html\">pkg2</a> with type parameters of " + 318 "package-summary.html\">pkg2</a> with type parameters of " +
319 "type <a href=\"../../pkg2/Foo.html\" title=\"class in pkg2\">" + 319 "type <a href=\"../../pkg2/Foo.html\" title=\"class in pkg2\">" +
320 "Foo</a></span><span class=\"tabEnd\">&nbsp;</span></caption>" 320 "Foo</a></span><span class=\"tabEnd\">&nbsp;</span></caption>"
321 }, 321 },
322 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html", 322 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
323 "<td class=\"colLast\"><code><strong><a href=\"../../pkg2/ClassUseTest1.html\" " + 323 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest1.html\" " +
324 "title=\"class in pkg2\">ClassUseTest1</a>&lt;T extends " + 324 "title=\"class in pkg2\">ClassUseTest1</a>&lt;T extends " +
325 "<a href=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo" + 325 "<a href=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo" +
326 "</a> &amp; <a href=\"../../pkg2/Foo2.html\" title=\"interface in pkg2\">" + 326 "</a> &amp; <a href=\"../../pkg2/Foo2.html\" title=\"interface in pkg2\">" +
327 "Foo2</a>&gt;</strong></code>&nbsp;</td>" 327 "Foo2</a>&gt;</span></code>&nbsp;</td>"
328 }, 328 },
329 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html", 329 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
330 "<caption><span>Methods in <a href=\"../../pkg2/" + 330 "<caption><span>Methods in <a href=\"../../pkg2/" +
331 "package-summary.html\">pkg2</a> with type parameters of " + 331 "package-summary.html\">pkg2</a> with type parameters of " +
332 "type <a href=\"../../pkg2/Foo.html\" title=\"class in " + 332 "type <a href=\"../../pkg2/Foo.html\" title=\"class in " +
333 "pkg2\">Foo</a></span><span class=\"tabEnd\">&nbsp;</span></caption>" 333 "pkg2\">Foo</a></span><span class=\"tabEnd\">&nbsp;</span></caption>"
334 }, 334 },
335 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html", 335 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
336 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest1." + 336 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest1." +
337 "</span><code><strong><a href=\"../../pkg2/" + 337 "</span><code><span class=\"strong\"><a href=\"../../pkg2/" +
338 "ClassUseTest1.html#method(T)\">method</a></strong>" + 338 "ClassUseTest1.html#method(T)\">method</a></span>" +
339 "(T&nbsp;t)</code>&nbsp;</td>" 339 "(T&nbsp;t)</code>&nbsp;</td>"
340 }, 340 },
341 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html", 341 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo.html",
342 "<caption><span>Fields in <a href=\"../../pkg2/" + 342 "<caption><span>Fields in <a href=\"../../pkg2/" +
343 "package-summary.html\">pkg2</a> with type parameters of " + 343 "package-summary.html\">pkg2</a> with type parameters of " +
370 "type <a href=\"../../pkg2/Foo2.html\" title=\"interface " + 370 "type <a href=\"../../pkg2/Foo2.html\" title=\"interface " +
371 "in pkg2\">Foo2</a></span><span class=\"tabEnd\">&nbsp;" + 371 "in pkg2\">Foo2</a></span><span class=\"tabEnd\">&nbsp;" +
372 "</span></caption>" 372 "</span></caption>"
373 }, 373 },
374 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html", 374 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
375 "<td class=\"colLast\"><code><strong><a href=\"../../pkg2/ClassUseTest1.html\" " + 375 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest1.html\" " +
376 "title=\"class in pkg2\">ClassUseTest1</a>&lt;T extends " + 376 "title=\"class in pkg2\">ClassUseTest1</a>&lt;T extends " +
377 "<a href=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo" + 377 "<a href=\"../../pkg2/Foo.html\" title=\"class in pkg2\">Foo" +
378 "</a> &amp; <a href=\"../../pkg2/Foo2.html\" title=\"interface in pkg2\">" + 378 "</a> &amp; <a href=\"../../pkg2/Foo2.html\" title=\"interface in pkg2\">" +
379 "Foo2</a>&gt;</strong></code>&nbsp;</td>" 379 "Foo2</a>&gt;</span></code>&nbsp;</td>"
380 }, 380 },
381 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html", 381 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
382 "<caption><span>Methods in <a href=\"../../pkg2/" + 382 "<caption><span>Methods in <a href=\"../../pkg2/" +
383 "package-summary.html\">pkg2</a> with type parameters of " + 383 "package-summary.html\">pkg2</a> with type parameters of " +
384 "type <a href=\"../../pkg2/Foo2.html\" title=\"interface " + 384 "type <a href=\"../../pkg2/Foo2.html\" title=\"interface " +
385 "in pkg2\">Foo2</a></span><span class=\"tabEnd\">&nbsp;" + 385 "in pkg2\">Foo2</a></span><span class=\"tabEnd\">&nbsp;" +
386 "</span></caption>" 386 "</span></caption>"
387 }, 387 },
388 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html", 388 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo2.html",
389 "<td class=\"colLast\"><span class=\"strong\">" + 389 "<td class=\"colLast\"><span class=\"strong\">" +
390 "ClassUseTest1.</span><code><strong><a href=\"../../" + 390 "ClassUseTest1.</span><code><span class=\"strong\"><a href=\"../../" +
391 "pkg2/ClassUseTest1.html#method(T)\">method</a></strong>" + 391 "pkg2/ClassUseTest1.html#method(T)\">method</a></span>" +
392 "(T&nbsp;t)</code>&nbsp;</td>" 392 "(T&nbsp;t)</code>&nbsp;</td>"
393 }, 393 },
394 394
395 //ClassUseTest2: <T extends ParamTest<Foo3>> 395 //ClassUseTest2: <T extends ParamTest<Foo3>>
396 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html", 396 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
399 "type <a href=\"../../pkg2/ParamTest.html\" title=\"class " + 399 "type <a href=\"../../pkg2/ParamTest.html\" title=\"class " +
400 "in pkg2\">ParamTest</a></span><span class=\"tabEnd\">" + 400 "in pkg2\">ParamTest</a></span><span class=\"tabEnd\">" +
401 "&nbsp;</span></caption>" 401 "&nbsp;</span></caption>"
402 }, 402 },
403 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html", 403 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
404 "<td class=\"colLast\"><code><strong><a href=\"../../pkg2/ClassUseTest2.html\" " + 404 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest2.html\" " +
405 "title=\"class in pkg2\">ClassUseTest2</a>&lt;T extends " + 405 "title=\"class in pkg2\">ClassUseTest2</a>&lt;T extends " +
406 "<a href=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">" + 406 "<a href=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">" +
407 "ParamTest</a>&lt;<a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" + 407 "ParamTest</a>&lt;<a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" +
408 "Foo3</a>&gt;&gt;</strong></code>&nbsp;</td>" 408 "Foo3</a>&gt;&gt;</span></code>&nbsp;</td>"
409 }, 409 },
410 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html", 410 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
411 "<caption><span>Methods in <a href=\"../../pkg2/" + 411 "<caption><span>Methods in <a href=\"../../pkg2/" +
412 "package-summary.html\">pkg2</a> with type parameters of " + 412 "package-summary.html\">pkg2</a> with type parameters of " +
413 "type <a href=\"../../pkg2/ParamTest.html\" title=\"class " + 413 "type <a href=\"../../pkg2/ParamTest.html\" title=\"class " +
414 "in pkg2\">ParamTest</a></span><span class=\"tabEnd\">" + 414 "in pkg2\">ParamTest</a></span><span class=\"tabEnd\">" +
415 "&nbsp;</span></caption>" 415 "&nbsp;</span></caption>"
416 }, 416 },
417 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html", 417 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
418 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest2." + 418 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest2." +
419 "</span><code><strong><a href=\"../../pkg2/" + 419 "</span><code><span class=\"strong\"><a href=\"../../pkg2/" +
420 "ClassUseTest2.html#method(T)\">method</a></strong>" + 420 "ClassUseTest2.html#method(T)\">method</a></span>" +
421 "(T&nbsp;t)</code>&nbsp;</td>" 421 "(T&nbsp;t)</code>&nbsp;</td>"
422 }, 422 },
423 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html", 423 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest.html",
424 "<caption><span>Fields in <a href=\"../../pkg2/" + 424 "<caption><span>Fields in <a href=\"../../pkg2/" +
425 "package-summary.html\">pkg2</a> declared as <a href=\"../" + 425 "package-summary.html\">pkg2</a> declared as <a href=\"../" +
454 "package-summary.html\">pkg2</a> with type parameters of " + 454 "package-summary.html\">pkg2</a> with type parameters of " +
455 "type <a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" + 455 "type <a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" +
456 "Foo3</a></span><span class=\"tabEnd\">&nbsp;</span></caption>" 456 "Foo3</a></span><span class=\"tabEnd\">&nbsp;</span></caption>"
457 }, 457 },
458 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html", 458 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
459 "<td class=\"colLast\"><code><strong><a href=\"../../pkg2/ClassUseTest2.html\" " + 459 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest2.html\" " +
460 "title=\"class in pkg2\">ClassUseTest2</a>&lt;T extends " + 460 "title=\"class in pkg2\">ClassUseTest2</a>&lt;T extends " +
461 "<a href=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">" + 461 "<a href=\"../../pkg2/ParamTest.html\" title=\"class in pkg2\">" +
462 "ParamTest</a>&lt;<a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" + 462 "ParamTest</a>&lt;<a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">" +
463 "Foo3</a>&gt;&gt;</strong></code>&nbsp;</td>" 463 "Foo3</a>&gt;&gt;</span></code>&nbsp;</td>"
464 }, 464 },
465 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html", 465 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
466 "<caption><span>Methods in <a href=\"../../pkg2/" + 466 "<caption><span>Methods in <a href=\"../../pkg2/" +
467 "package-summary.html\">pkg2</a> with type parameters of " + 467 "package-summary.html\">pkg2</a> with type parameters of " +
468 "type <a href=\"../../pkg2/Foo3.html\" title=\"class in " + 468 "type <a href=\"../../pkg2/Foo3.html\" title=\"class in " +
469 "pkg2\">Foo3</a></span><span class=\"tabEnd\">&nbsp;" + 469 "pkg2\">Foo3</a></span><span class=\"tabEnd\">&nbsp;" +
470 "</span></caption>" 470 "</span></caption>"
471 }, 471 },
472 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html", 472 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
473 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest2." + 473 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest2." +
474 "</span><code><strong><a href=\"../../pkg2/" + 474 "</span><code><span class=\"strong\"><a href=\"../../pkg2/" +
475 "ClassUseTest2.html#method(T)\">method</a></strong>" + 475 "ClassUseTest2.html#method(T)\">method</a></span>" +
476 "(T&nbsp;t)</code>&nbsp;</td>" 476 "(T&nbsp;t)</code>&nbsp;</td>"
477 }, 477 },
478 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html", 478 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo3.html",
479 "<caption><span>Methods in <a href=\"../../pkg2/" + 479 "<caption><span>Methods in <a href=\"../../pkg2/" +
480 "package-summary.html\">pkg2</a> that return types with " + 480 "package-summary.html\">pkg2</a> that return types with " +
498 "type <a href=\"../../pkg2/ParamTest2.html\" title=\"class " + 498 "type <a href=\"../../pkg2/ParamTest2.html\" title=\"class " +
499 "in pkg2\">ParamTest2</a></span><span class=\"tabEnd\">" + 499 "in pkg2\">ParamTest2</a></span><span class=\"tabEnd\">" +
500 "&nbsp;</span></caption>" 500 "&nbsp;</span></caption>"
501 }, 501 },
502 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html", 502 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
503 "<td class=\"colLast\"><code><strong><a href=\"../../pkg2/ClassUseTest3.html\" " + 503 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest3.html\" " +
504 "title=\"class in pkg2\">ClassUseTest3</a>&lt;T extends " + 504 "title=\"class in pkg2\">ClassUseTest3</a>&lt;T extends " +
505 "<a href=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" + 505 "<a href=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
506 "ParamTest2</a>&lt;java.util.List&lt;? extends " + 506 "ParamTest2</a>&lt;java.util.List&lt;? extends " +
507 "<a href=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" + 507 "<a href=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" +
508 "Foo4</a>&gt;&gt;&gt;</strong></code>&nbsp;</td>" 508 "Foo4</a>&gt;&gt;&gt;</span></code>&nbsp;</td>"
509 }, 509 },
510 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html", 510 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
511 "<caption><span>Methods in <a href=\"../../pkg2/" + 511 "<caption><span>Methods in <a href=\"../../pkg2/" +
512 "package-summary.html\">pkg2</a> with type parameters of " + 512 "package-summary.html\">pkg2</a> with type parameters of " +
513 "type <a href=\"../../pkg2/ParamTest2.html\" title=\"class " + 513 "type <a href=\"../../pkg2/ParamTest2.html\" title=\"class " +
514 "in pkg2\">ParamTest2</a></span><span class=\"tabEnd\">" + 514 "in pkg2\">ParamTest2</a></span><span class=\"tabEnd\">" +
515 "&nbsp;</span></caption>" 515 "&nbsp;</span></caption>"
516 }, 516 },
517 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html", 517 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
518 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest3" + 518 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest3" +
519 ".</span><code><strong><a href=\"../../pkg2/ClassUseTest3." + 519 ".</span><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest3." +
520 "html#method(T)\">method</a></strong>(T&nbsp;t)</code>&nbsp;</td>" 520 "html#method(T)\">method</a></span>(T&nbsp;t)</code>&nbsp;</td>"
521 }, 521 },
522 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html", 522 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "ParamTest2.html",
523 "<td class=\"colFirst\"><code>&lt;T extends <a href=\"../" + 523 "<td class=\"colFirst\"><code>&lt;T extends <a href=\"../" +
524 "../pkg2/ParamTest2.html\" title=\"class in pkg2\">" + 524 "../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
525 "ParamTest2</a>&lt;java.util.List&lt;? extends <a href=\".." + 525 "ParamTest2</a>&lt;java.util.List&lt;? extends <a href=\".." +
536 "type <a href=\"../../pkg2/Foo4.html\" title=\"class in " + 536 "type <a href=\"../../pkg2/Foo4.html\" title=\"class in " +
537 "pkg2\">Foo4</a></span><span class=\"tabEnd\">&nbsp;" + 537 "pkg2\">Foo4</a></span><span class=\"tabEnd\">&nbsp;" +
538 "</span></caption>" 538 "</span></caption>"
539 }, 539 },
540 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html", 540 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
541 "<td class=\"colLast\"><code><strong><a href=\"../../pkg2/ClassUseTest3.html\" " + 541 "<td class=\"colLast\"><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest3.html\" " +
542 "title=\"class in pkg2\">ClassUseTest3</a>&lt;T extends " + 542 "title=\"class in pkg2\">ClassUseTest3</a>&lt;T extends " +
543 "<a href=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" + 543 "<a href=\"../../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
544 "ParamTest2</a>&lt;java.util.List&lt;? extends " + 544 "ParamTest2</a>&lt;java.util.List&lt;? extends " +
545 "<a href=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" + 545 "<a href=\"../../pkg2/Foo4.html\" title=\"class in pkg2\">" +
546 "Foo4</a>&gt;&gt;&gt;</strong></code>&nbsp;</td>" 546 "Foo4</a>&gt;&gt;&gt;</span></code>&nbsp;</td>"
547 }, 547 },
548 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html", 548 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
549 "<caption><span>Methods in <a href=\"../../pkg2/" + 549 "<caption><span>Methods in <a href=\"../../pkg2/" +
550 "package-summary.html\">pkg2</a> with type parameters of " + 550 "package-summary.html\">pkg2</a> with type parameters of " +
551 "type <a href=\"../../pkg2/Foo4.html\" title=\"class in " + 551 "type <a href=\"../../pkg2/Foo4.html\" title=\"class in " +
552 "pkg2\">Foo4</a></span><span class=\"tabEnd\">&nbsp;</span></caption>" 552 "pkg2\">Foo4</a></span><span class=\"tabEnd\">&nbsp;</span></caption>"
553 }, 553 },
554 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html", 554 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
555 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest3." + 555 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest3." +
556 "</span><code><strong><a href=\"../../pkg2/ClassUseTest3." + 556 "</span><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest3." +
557 "html#method(T)\">method</a></strong>(T&nbsp;t)</code>" + 557 "html#method(T)\">method</a></span>(T&nbsp;t)</code>" +
558 "&nbsp;</td>" 558 "&nbsp;</td>"
559 }, 559 },
560 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html", 560 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
561 "<caption><span>Methods in <a href=\"../../pkg2/" + 561 "<caption><span>Methods in <a href=\"../../pkg2/" +
562 "package-summary.html\">pkg2</a> that return types with " + 562 "package-summary.html\">pkg2</a> that return types with " +
585 "<th class=\"colFirst\" scope=\"col\">Modifier and Type</th>" + NL + 585 "<th class=\"colFirst\" scope=\"col\">Modifier and Type</th>" + NL +
586 "<th class=\"colLast\" scope=\"col\">Method and Description</th>" + NL + 586 "<th class=\"colLast\" scope=\"col\">Method and Description</th>" + NL +
587 "</tr>" + NL + "<tbody>" + NL + "<tr class=\"altColor\">" + NL + 587 "</tr>" + NL + "<tbody>" + NL + "<tr class=\"altColor\">" + NL +
588 "<td class=\"colFirst\"><code>void</code></td>" + NL + 588 "<td class=\"colFirst\"><code>void</code></td>" + NL +
589 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest3." + 589 "<td class=\"colLast\"><span class=\"strong\">ClassUseTest3." +
590 "</span><code><strong><a href=\"../../pkg2/ClassUseTest3." + 590 "</span><code><span class=\"strong\"><a href=\"../../pkg2/ClassUseTest3." +
591 "html#method(java.util.Set)\">method</a></strong>(java." + 591 "html#method(java.util.Set)\">method</a></span>(java." +
592 "util.Set&lt;<a href=\"../../pkg2/Foo4.html\" title=\"" + 592 "util.Set&lt;<a href=\"../../pkg2/Foo4.html\" title=\"" +
593 "class in pkg2\">Foo4</a>&gt;&nbsp;p)</code>&nbsp;</td>" + NL + 593 "class in pkg2\">Foo4</a>&gt;&nbsp;p)</code>&nbsp;</td>" + NL +
594 "</tr>" + NL + "</tbody>" 594 "</tr>" + NL + "</tbody>"
595 }, 595 },
596 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html", 596 {BUG_ID + FS + "pkg2" + FS + "class-use" + FS + "Foo4.html",
696 696
697 //CLASS 697 //CLASS
698 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html", 698 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
699 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Class Annotation\"," + NL + 699 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Class Annotation\"," + NL +
700 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL + 700 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL +
701 "public class <strong>AnnotationTypeUsage</strong></dt><dt>extends java.lang.Object</dt>"}, 701 "public class <span class=\"strong\">AnnotationTypeUsage</span></dt><dt>extends java.lang.Object</dt>"},
702 702
703 //FIELD 703 //FIELD
704 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html", 704 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
705 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Field Annotation\"," + NL + 705 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Field Annotation\"," + NL +
706 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL + 706 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL +
707 "public int <strong>field</strong>"}, 707 "public int <span class=\"strong\">field</span>"},
708 708
709 //CONSTRUCTOR 709 //CONSTRUCTOR
710 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html", 710 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
711 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Constructor Annotation\"," + NL + 711 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Constructor Annotation\"," + NL +
712 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL + 712 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL +
713 "public <strong>AnnotationTypeUsage</strong>()"}, 713 "public <span class=\"strong\">AnnotationTypeUsage</span>()"},
714 714
715 //METHOD 715 //METHOD
716 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html", 716 {BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
717 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Method Annotation\"," + NL + 717 "<a href=\"../pkg/AnnotationTypeUndocumented.html\" title=\"annotation in pkg\">@AnnotationTypeUndocumented</a>(<a href=\"../pkg/AnnotationType.html#optional\">optional</a>=\"Method Annotation\"," + NL +
718 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL + 718 " <a href=\"../pkg/AnnotationType.html#required\">required</a>=1994)" + NL +
719 "public void <strong>method</strong>()"}, 719 "public void <span class=\"strong\">method</span>()"},
720 720
721 //================================= 721 //=================================
722 // Make sure annotation types do not 722 // Make sure annotation types do not
723 // trigger this warning. 723 // trigger this warning.
724 //================================= 724 //=================================

mercurial