< prev index next >

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

Print this page

        

*** 195,241 **** + "AnnotationTypeField</a></pre>", "<h3>DEFAULT_NAME</h3>\n" + "<a id=\"DEFAULT_NAME\">\n" + "<!-- -->\n" + "</a>\n" ! + "<pre>static final&nbsp;java.lang.String&nbsp;" ! + "<a href=\"../src-html/linksource/AnnotationTypeField.html#line.32\">" ! + "DEFAULT_NAME</a></pre>", "<h3>name</h3>\n" + "<a id=\"name()\">\n" + "<!-- -->\n" + "</a>\n" ! + "<pre>java.lang.String&nbsp;<a href=" ! + "\"../src-html/linksource/AnnotationTypeField.html#line.34\">name</a></pre>"); checkOutput("src-html/linksource/AnnotationTypeField.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">031</span><a id=\"line.31\">" + "@Documented public @interface AnnotationTypeField {</a>"); 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\"> " + "public Object someProperty() {</a>"); checkOutput("linksource/SomeClass.html", true, "<pre>public class <a href=\"../src-html/linksource/SomeClass.html#line.29\">" + "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\">" + "public class SomeClass {</a>", --- 195,244 ---- + "AnnotationTypeField</a></pre>", "<h3>DEFAULT_NAME</h3>\n" + "<a id=\"DEFAULT_NAME\">\n" + "<!-- -->\n" + "</a>\n" ! + "<div class=\"memberSignature\"><span class=\"modifiers\">static final</span>&nbsp;" ! + "<span class=\"returnType\">java.lang.String</span>&nbsp;<span class=\"memberName\">" ! + "<a href=\"../src-html/linksource/AnnotationTypeField.html#line.32\">DEFAULT_NAME</a></span></div>", "<h3>name</h3>\n" + "<a id=\"name()\">\n" + "<!-- -->\n" + "</a>\n" ! + "<div class=\"memberSignature\"><span class=\"returnType\">java.lang.String</span>&nbsp;" ! + "<span class=\"memberName\"><a href=\"../src-html/linksource/AnnotationTypeField.html#line.34\">" ! + "name</a></span></div>"); checkOutput("src-html/linksource/AnnotationTypeField.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">031</span><a id=\"line.31\">" + "@Documented public @interface AnnotationTypeField {</a>"); checkOutput("linksource/Properties.html", true, "<pre>public class <a href=\"../src-html/linksource/Properties.html#line.29\">" + "Properties</a>", ! "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>&nbsp;" ! + "<span class=\"returnType\">java.lang.Object</span>&nbsp;<span class=\"memberName\">" ! + "<a href=\"../src-html/linksource/Properties.html#line.31\">someProperty</a></span></div>"); checkOutput("src-html/linksource/Properties.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">031</span><a id=\"line.31\"> " + "public Object someProperty() {</a>"); checkOutput("linksource/SomeClass.html", true, "<pre>public class <a href=\"../src-html/linksource/SomeClass.html#line.29\">" + "SomeClass</a>\nextends java.lang.Object</pre>", ! "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>&nbsp;" ! + "<span class=\"returnType\">int</span>&nbsp;<span class=\"memberName\">" ! + "<a href=\"../src-html/linksource/SomeClass.html#line.31\">field</a></span></div>", ! "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>&nbsp;" ! + "<span class=\"memberName\"><a href=\"../src-html/linksource/SomeClass.html#line.33\">" ! + "SomeClass</a></span>()</div>", ! "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>&nbsp;" ! + "<span class=\"returnType\">int</span>&nbsp;<span class=\"memberName\">" ! + "<a href=\"../src-html/linksource/SomeClass.html#line.36\">method</a></span>()</div>"); checkOutput("src-html/linksource/SomeClass.html", true, "<title>Source code</title>", "<span class=\"sourceLineNo\">029</span><a id=\"line.29\">" + "public class SomeClass {</a>",
*** 245,260 **** + "public SomeClass() {</a>", "<span class=\"sourceLineNo\">036</span><a id=\"line.36\"> " + "public int method() {</a>"); checkOutput("linksource/SomeEnum.html", true, ! "<pre>public static final&nbsp;<a href=\"SomeEnum.html\" " ! + "title=\"enum in linksource\">SomeEnum</a> <a href=" ! + "\"../src-html/linksource/SomeEnum.html#line.29\">VALUE1</a></pre>", ! "<pre>public static final&nbsp;<a href=\"SomeEnum.html\" " ! + "title=\"enum in linksource\">SomeEnum</a> <a href=" ! + "\"../src-html/linksource/SomeEnum.html#line.30\">VALUE2</a></pre>"); checkOutput("src-html/linksource/SomeEnum.html", true, "<span class=\"sourceLineNo\">029</span><a id=\"line.29\"> VALUE1,</a>", "<span class=\"sourceLineNo\">030</span><a id=\"line.30\"> VALUE2</a>"); } --- 248,265 ---- + "public SomeClass() {</a>", "<span class=\"sourceLineNo\">036</span><a id=\"line.36\"> " + "public int method() {</a>"); checkOutput("linksource/SomeEnum.html", true, ! "<div class=\"memberSignature\"><span class=\"modifiers\">public static final</span>&nbsp;" ! + "<span class=\"returnType\"><a href=\"SomeEnum.html\" title=\"enum in linksource\">" ! + "SomeEnum</a></span>&nbsp;<span class=\"memberName\">" ! + "<a href=\"../src-html/linksource/SomeEnum.html#line.29\">VALUE1</a></span></div>", ! "<div class=\"memberSignature\"><span class=\"modifiers\">public static final</span>&nbsp;" ! + "<span class=\"returnType\"><a href=\"SomeEnum.html\" title=\"enum in linksource\">" ! + "SomeEnum</a></span>&nbsp;<span class=\"memberName\">" ! + "<a href=\"../src-html/linksource/SomeEnum.html#line.30\">VALUE2</a></span></div>"); checkOutput("src-html/linksource/SomeEnum.html", true, "<span class=\"sourceLineNo\">029</span><a id=\"line.29\"> VALUE1,</a>", "<span class=\"sourceLineNo\">030</span><a id=\"line.30\"> VALUE2</a>"); }
< prev index next >