< prev index next >

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

Print this page
rev 58344 : records implementation

*** 175,187 **** + "TypeParameters</a>&nbsp;c"); checkOutput(Output.OUT, true, // Bad type parameter warnings. "warning - @param argument " ! + "\"<BadClassTypeParam>\" is not a type parameter name.", "warning - @param argument " ! + "\"<BadMethodTypeParam>\" is not a type parameter name."); // Signature of subclass that has type parameters. checkOutput("pkg/TypeParameterSubClass.html", true, "<pre>public class <span class=\"typeNameLabel\">TypeParameterSubClass&lt;T extends " + "java.lang.String&gt;</span>\n" --- 175,187 ---- + "TypeParameters</a>&nbsp;c"); checkOutput(Output.OUT, true, // Bad type parameter warnings. "warning - @param argument " ! + "\"<BadClassTypeParam>\" is not the name of a type parameter.", "warning - @param argument " ! + "\"<BadMethodTypeParam>\" is not the name of a type parameter."); // Signature of subclass that has type parameters. checkOutput("pkg/TypeParameterSubClass.html", true, "<pre>public class <span class=\"typeNameLabel\">TypeParameterSubClass&lt;T extends " + "java.lang.String&gt;</span>\n"
< prev index next >