< prev index next >

test/langtools/jdk/javadoc/doclet/testInterface/TestInterface.java

Print this page

        

*** 65,75 **** "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("pkg/Interface.html", true, ! "<pre class=\"methodSignature\">int&nbsp;method()</pre>", "<pre>static final&nbsp;int field</pre>", // Make sure known implementing class list is correct and omits type parameters. "<dl>\n" + "<dt>All Known Implementing Classes:</dt>\n" + "<dd><code><a href=\"Child.html\" title=\"class in pkg\">Child" --- 65,75 ---- "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("pkg/Interface.html", true, ! "<pre>int&nbsp;method()</pre>", "<pre>static final&nbsp;int field</pre>", // Make sure known implementing class list is correct and omits type parameters. "<dl>\n" + "<dt>All Known Implementing Classes:</dt>\n" + "<dd><code><a href=\"Child.html\" title=\"class in pkg\">Child"
*** 141,151 **** + "<td class=\"colLast\">\n" + "<div class=\"block\">A hider method</div>\n" + "</td>\n", "<h3>staticMethod</h3>\n" ! + "<pre class=\"methodSignature\">public static&nbsp;void&nbsp;staticMethod()</pre>\n" + "<div class=\"block\"><span class=\"descfrmTypeLabel\">" + "Description copied from interface:&nbsp;<code>" + "<a href=\"InterfaceWithStaticMembers.html#staticMethod()\">" + "InterfaceWithStaticMembers</a></code></span></div>\n" + "<div class=\"block\">A static method</div>\n"); --- 141,151 ---- + "<td class=\"colLast\">\n" + "<div class=\"block\">A hider method</div>\n" + "</td>\n", "<h3>staticMethod</h3>\n" ! + "<pre>public static&nbsp;void&nbsp;staticMethod()</pre>\n" + "<div class=\"block\"><span class=\"descfrmTypeLabel\">" + "Description copied from interface:&nbsp;<code>" + "<a href=\"InterfaceWithStaticMembers.html#staticMethod()\">" + "InterfaceWithStaticMembers</a></code></span></div>\n" + "<div class=\"block\">A static method</div>\n");
< prev index next >