< prev index next >

test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java

Print this page

        

*** 79,89 **** // Automatically insert documentation for values() and valueOf(). "Returns an array containing the constants of this enum type,", "Returns the enum constant of this type with the specified name", "Overloaded valueOf() method has correct documentation.", "Overloaded values method has correct documentation.", ! "<pre class=\"methodSignature\">public static&nbsp;<a href=\"Coin.html\" title=\"enum in pkg\">Coin</a>" + "&nbsp;valueOf​(java.lang.String&nbsp;name)</pre>\n" + "<div class=\"block\">Returns the enum constant of this type with the specified name.\n" + "The string must match <i>exactly</i> an identifier used to declare an\n" + "enum constant in this type. (Extraneous whitespace characters are \n" + "not permitted.)</div>\n" + --- 79,89 ---- // Automatically insert documentation for values() and valueOf(). "Returns an array containing the constants of this enum type,", "Returns the enum constant of this type with the specified name", "Overloaded valueOf() method has correct documentation.", "Overloaded values method has correct documentation.", ! "<pre>public static&nbsp;<a href=\"Coin.html\" title=\"enum in pkg\">Coin</a>" + "&nbsp;valueOf​(java.lang.String&nbsp;name)</pre>\n" + "<div class=\"block\">Returns the enum constant of this type with the specified name.\n" + "The string must match <i>exactly</i> an identifier used to declare an\n" + "enum constant in this type. (Extraneous whitespace characters are \n" + "not permitted.)</div>\n" +
*** 138,148 **** + "title=\"type parameter in TypeParameters\">E</a>[]</code></td>\n" + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">" + "<a href=\"#methodThatReturnsTypeParameterA(E%5B%5D)\">" + "methodThatReturnsTypeParameterA</a></span>​(<a href=\"TypeParameters.html\" " + "title=\"type parameter in TypeParameters\">E</a>[]&nbsp;e)</code>", ! "<pre class=\"methodSignature\">public&nbsp;<a href=\"TypeParameters.html\" " + "title=\"type parameter in TypeParameters\">E</a>[]&nbsp;" + "methodThatReturnsTypeParameterA​(<a href=\"TypeParameters.html\" " + "title=\"type parameter in TypeParameters\">E</a>[]&nbsp;e)</pre>\n", "<td class=\"colFirst\"><code>&lt;T extends java.lang.Object &amp; java.lang.Comparable&lt;? super T&gt;&gt;" + "<br>T</code></td>\n" --- 138,148 ---- + "title=\"type parameter in TypeParameters\">E</a>[]</code></td>\n" + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">" + "<a href=\"#methodThatReturnsTypeParameterA(E%5B%5D)\">" + "methodThatReturnsTypeParameterA</a></span>​(<a href=\"TypeParameters.html\" " + "title=\"type parameter in TypeParameters\">E</a>[]&nbsp;e)</code>", ! "<pre>public&nbsp;<a href=\"TypeParameters.html\" " + "title=\"type parameter in TypeParameters\">E</a>[]&nbsp;" + "methodThatReturnsTypeParameterA​(<a href=\"TypeParameters.html\" " + "title=\"type parameter in TypeParameters\">E</a>[]&nbsp;e)</pre>\n", "<td class=\"colFirst\"><code>&lt;T extends java.lang.Object &amp; java.lang.Comparable&lt;? super T&gt;&gt;" + "<br>T</code></td>\n"
*** 545,563 **** + "=\"Constructor Annotation\",\n" + " <a href=\"AnnotationType.html#required()\">" + "required</a>=1994)\n" + "public&nbsp;AnnotationTypeUsage()</pre>", // METHOD ! "<pre class=\"methodSignature\"><a href=\"AnnotationType.html\" " + "title=\"annotation in pkg\">@AnnotationType</a>(" + "<a href=\"AnnotationType.html#optional()\">optional</a>" + "=\"Method Annotation\",\n" + " <a href=\"AnnotationType.html#required()\">" + "required</a>=1994)\n" + "public&nbsp;void&nbsp;method()</pre>", // METHOD PARAMS ! "<pre class=\"methodSignature\">public&nbsp;void&nbsp;methodWithParams​(" + "<a href=\"AnnotationType.html\" title=\"annotation in pkg\">" + "@AnnotationType</a>(<a href=\"AnnotationType.html#optional()\">" + "optional</a>=\"Parameter Annotation\",<a " + "href=\"AnnotationType.html#required()\">required</a>=1994)\n" + " int&nbsp;documented,\n" --- 545,563 ---- + "=\"Constructor Annotation\",\n" + " <a href=\"AnnotationType.html#required()\">" + "required</a>=1994)\n" + "public&nbsp;AnnotationTypeUsage()</pre>", // METHOD ! "<pre><a href=\"AnnotationType.html\" " + "title=\"annotation in pkg\">@AnnotationType</a>(" + "<a href=\"AnnotationType.html#optional()\">optional</a>" + "=\"Method Annotation\",\n" + " <a href=\"AnnotationType.html#required()\">" + "required</a>=1994)\n" + "public&nbsp;void&nbsp;method()</pre>", // METHOD PARAMS ! "<pre>public&nbsp;void&nbsp;methodWithParams​(" + "<a href=\"AnnotationType.html\" title=\"annotation in pkg\">" + "@AnnotationType</a>(<a href=\"AnnotationType.html#optional()\">" + "optional</a>=\"Parameter Annotation\",<a " + "href=\"AnnotationType.html#required()\">required</a>=1994)\n" + " int&nbsp;documented,\n"
< prev index next >