< prev index next >

test/langtools/jdk/javadoc/doclet/testProperty/TestProperty.java

Print this page

        

*** 48,74 **** "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("pkg/MyClass.html", true, ! "<pre>public final&nbsp;<a href=\"ObjectProperty.html\" " ! + "title=\"class in pkg\">ObjectProperty</a>" ! + "&lt;<a href=\"MyObj.html\" " ! + "title=\"class in pkg\">MyObj</a>&gt; goodProperty</pre>\n" + "<div class=\"block\">This is an Object property where the " + "Object is a single Object.</div>\n" + "<dl>\n" + "<dt><span class=\"seeLabel\">See Also:</span></dt>\n" + "<dd><a href=\"#getGood()\"><code>getGood()</code></a>, \n" + "<a href=\"#setGood(pkg.MyObj)\">" + "<code>setGood(MyObj)</code></a></dd>\n" + "</dl>", ! "<pre>public final&nbsp;<a href=\"ObjectProperty.html\" " ! + "title=\"class in pkg\">ObjectProperty</a>" ! + "&lt;<a href=\"MyObj.html\" " ! + "title=\"class in pkg\">MyObj</a>[]&gt; badProperty</pre>\n" + "<div class=\"block\">This is an Object property where the " + "Object is an array.</div>\n" + "<dl>\n" + "<dt><span class=\"seeLabel\">See Also:</span></dt>\n" + "<dd><a href=\"#getBad()\"><code>getBad()</code></a>, \n" --- 48,74 ---- "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("pkg/MyClass.html", true, ! "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span>&nbsp;" ! + "<span class=\"returnType\"><a href=\"ObjectProperty.html\" title=\"class in pkg\">" ! + "ObjectProperty</a>&lt;<a href=\"MyObj.html\" title=\"class in pkg\">MyObj</a>&gt;</span>" ! + "&nbsp;<span class=\"memberName\">goodProperty</span></div>\n" + "<div class=\"block\">This is an Object property where the " + "Object is a single Object.</div>\n" + "<dl>\n" + "<dt><span class=\"seeLabel\">See Also:</span></dt>\n" + "<dd><a href=\"#getGood()\"><code>getGood()</code></a>, \n" + "<a href=\"#setGood(pkg.MyObj)\">" + "<code>setGood(MyObj)</code></a></dd>\n" + "</dl>", ! "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span>&nbsp;" ! + "<span class=\"returnType\"><a href=\"ObjectProperty.html\" title=\"class in pkg\">" ! + "ObjectProperty</a>&lt;<a href=\"MyObj.html\" title=\"class in pkg\">MyObj</a>[]&gt;</span>" ! + "&nbsp;<span class=\"memberName\">badProperty</span></div>\n" + "<div class=\"block\">This is an Object property where the " + "Object is an array.</div>\n" + "<dl>\n" + "<dt><span class=\"seeLabel\">See Also:</span></dt>\n" + "<dd><a href=\"#getBad()\"><code>getBad()</code></a>, \n"
*** 92,106 **** + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">" + "<a href=\"#badProperty()\">badProperty</a></span>()</code></th>" ); checkOutput("pkg/MyClassT.html", true, ! "<pre>public final&nbsp;<a href=\"ObjectProperty.html\" " ! + "title=\"class in pkg\">ObjectProperty</a>" ! + "&lt;java.util.List&lt;<a href=\"MyClassT.html\" " ! + "title=\"type parameter in MyClassT\">T</a>&gt;&gt; " ! + "listProperty</pre>\n" + "<div class=\"block\">This is an Object property where the " + "Object is a single <code>List&lt;T&gt;</code>.</div>\n" + "<dl>\n" + "<dt><span class=\"seeLabel\">See Also:</span></dt>\n" + "<dd><a href=\"#getList()\">" --- 92,106 ---- + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">" + "<a href=\"#badProperty()\">badProperty</a></span>()</code></th>" ); checkOutput("pkg/MyClassT.html", true, ! "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span>&nbsp;" ! + "<span class=\"returnType\"><a href=\"ObjectProperty.html\" title=\"class in pkg\">" ! + "ObjectProperty</a>&lt;java.util.List&lt;<a href=\"MyClassT.html\" " ! + "title=\"type parameter in MyClassT\">T</a>&gt;&gt;</span>&nbsp;" ! + "<span class=\"memberName\">listProperty</span></div>\n" + "<div class=\"block\">This is an Object property where the " + "Object is a single <code>List&lt;T&gt;</code>.</div>\n" + "<dl>\n" + "<dt><span class=\"seeLabel\">See Also:</span></dt>\n" + "<dd><a href=\"#getList()\">"
< prev index next >