test/com/sun/javadoc/testMemberInheritence/TestMemberInheritence.java

changeset 182
47a62d8d98b4
parent 1
9a66ca7c79fa
child 233
5240b1120530
equal deleted inserted replaced
178:4efd44aa85ff 182:47a62d8d98b4
62 {BUG_ID + FS + "pkg" + FS + "SubClass.html", 62 {BUG_ID + FS + "pkg" + FS + "SubClass.html",
63 "<A HREF=\"../pkg/BaseClass.proInnerClass.html\" title=\"class in pkg\">"}, 63 "<A HREF=\"../pkg/BaseClass.proInnerClass.html\" title=\"class in pkg\">"},
64 64
65 // New labels as of 1.5.0 65 // New labels as of 1.5.0
66 {BUG_ID + FS + "pkg" + FS + "SubClass.html", 66 {BUG_ID + FS + "pkg" + FS + "SubClass.html",
67 "<B>Nested classes/interfaces inherited from class pkg." + 67 "<STRONG>Nested classes/interfaces inherited from class pkg." +
68 "<A HREF=\"../pkg/BaseClass.html\" title=\"class in pkg\">" + 68 "<A HREF=\"../pkg/BaseClass.html\" title=\"class in pkg\">" +
69 "BaseClass</A></B>"}, 69 "BaseClass</A></STRONG>"},
70 {BUG_ID + FS + "pkg" + FS + "SubClass.html", 70 {BUG_ID + FS + "pkg" + FS + "SubClass.html",
71 "<B>Nested classes/interfaces inherited from interface pkg." + 71 "<STRONG>Nested classes/interfaces inherited from interface pkg." +
72 "<A HREF=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">" + 72 "<A HREF=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">" +
73 "BaseInterface</A></B>"}, 73 "BaseInterface</A></STRONG>"},
74 74
75 // Test overriding/implementing methods with generic parameters. 75 // Test overriding/implementing methods with generic parameters.
76 {BUG_ID + FS + "pkg" + FS + "BaseClass.html", 76 {BUG_ID + FS + "pkg" + FS + "BaseClass.html",
77 "<DT><B>Specified by:</B><DD><CODE><A HREF=\"../pkg/BaseInterface.html#getAnnotation(java.lang.Class)\">getAnnotation</A></CODE> in interface <CODE><A HREF=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">BaseInterface</A></CODE></DL>"}, 77 "<DT><STRONG>Specified by:</STRONG><DD><CODE><A HREF=\"../pkg/BaseInterface.html#getAnnotation(java.lang.Class)\">getAnnotation</A></CODE> in interface <CODE><A HREF=\"../pkg/BaseInterface.html\" title=\"interface in pkg\">BaseInterface</A></CODE></DL>"},
78 78
79 // Test diamond inheritence member summary (6256068) 79 // Test diamond inheritence member summary (6256068)
80 {BUG_ID + FS + "diamond" + FS + "Z.html", 80 {BUG_ID + FS + "diamond" + FS + "Z.html",
81 "<TD><CODE><A HREF=\"../diamond/A.html#aMethod()\">aMethod</A></CODE></TD>"}, 81 "<TD><CODE><A HREF=\"../diamond/A.html#aMethod()\">aMethod</A></CODE></TD>"},
82 82

mercurial