< prev index next >

test/langtools/jdk/javadoc/doclet/testOptions/TestOptions.java

Print this page

        

*** 207,217 **** checkOutput("linksource/Properties.html", true, "<pre>public class <a href=\"../src-html/linksource/Properties.html#line.29\">" + "Properties</a>", "<pre>public&nbsp;java.lang.Object <a href=" + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a></pre>", ! "<pre class=\"methodSignature\">public&nbsp;java.lang.Object&nbsp;<a href=" + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a>()</pre>"); checkOutput("src-html/linksource/Properties.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">031</span><a id=\"line.31\"> " --- 207,217 ---- checkOutput("linksource/Properties.html", true, "<pre>public class <a href=\"../src-html/linksource/Properties.html#line.29\">" + "Properties</a>", "<pre>public&nbsp;java.lang.Object <a href=" + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a></pre>", ! "<pre>public&nbsp;java.lang.Object&nbsp;<a href=" + "\"../src-html/linksource/Properties.html#line.31\">someProperty</a>()</pre>"); checkOutput("src-html/linksource/Properties.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">031</span><a id=\"line.31\"> "
*** 222,232 **** + "SomeClass</a>\nextends java.lang.Object</pre>", "<pre>public&nbsp;int <a href=\"../src-html/linksource/SomeClass.html#line.31\">" + "field</a></pre>", "<pre>public&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.33\">" + "SomeClass</a>()</pre>", ! "<pre class=\"methodSignature\">public&nbsp;int&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.36\">" + "method</a>()</pre>"); checkOutput("src-html/linksource/SomeClass.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">029</span><a id=\"line.29\">" --- 222,232 ---- + "SomeClass</a>\nextends java.lang.Object</pre>", "<pre>public&nbsp;int <a href=\"../src-html/linksource/SomeClass.html#line.31\">" + "field</a></pre>", "<pre>public&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.33\">" + "SomeClass</a>()</pre>", ! "<pre>public&nbsp;int&nbsp;<a href=\"../src-html/linksource/SomeClass.html#line.36\">" + "method</a>()</pre>"); checkOutput("src-html/linksource/SomeClass.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">029</span><a id=\"line.29\">"
< prev index next >