equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4638588 4635809 6256068 6270645 8025633 |
26 * @bug 4638588 4635809 6256068 6270645 8025633 8026567 |
27 * @summary Test to make sure that members are inherited properly in the Javadoc. |
27 * @summary Test to make sure that members are inherited properly in the Javadoc. |
28 * Verify that inheritence labels are correct. |
28 * Verify that inheritence labels are correct. |
29 * @author jamieh |
29 * @author jamieh |
30 * @library ../lib/ |
30 * @library ../lib/ |
31 * @build JavadocTester |
31 * @build JavadocTester |
70 "Nested classes/interfaces inherited from interface pkg." + |
70 "Nested classes/interfaces inherited from interface pkg." + |
71 "<a href=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">BaseInterface</a>"}, |
71 "<a href=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">BaseInterface</a>"}, |
72 |
72 |
73 // Test overriding/implementing methods with generic parameters. |
73 // Test overriding/implementing methods with generic parameters. |
74 {BUG_ID + FS + "pkg" + FS + "BaseClass.html", |
74 {BUG_ID + FS + "pkg" + FS + "BaseClass.html", |
75 "<dl>" + NL + "<dt><span class=\"strong\">Specified by:</span></dt>" + NL + |
75 "<dl>" + NL + "<dt><span class=\"overrideSpecifyLabel\">Specified by:</span></dt>" + NL + |
76 "<dd><code><a href=\"../pkg/BaseInterface.html#getAnnotation-java.lang.Class-\">" + |
76 "<dd><code><a href=\"../pkg/BaseInterface.html#getAnnotation-java.lang.Class-\">" + |
77 "getAnnotation</a></code> in interface <code>" + |
77 "getAnnotation</a></code> in interface <code>" + |
78 "<a href=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">" + |
78 "<a href=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">" + |
79 "BaseInterface</a></code></dd>" + NL + "</dl>"}, |
79 "BaseInterface</a></code></dd>" + NL + "</dl>"}, |
80 |
80 |