< prev index next >
test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java
Print this page
@@ -113,253 +113,278 @@
+ "ClassParamA.html\" title=\"annotation in typeannos\">@ClassParamA"
+ "</a> java.lang.Runnable></span>");
// Test for type annotations on fields (Fields.java).
checkOutput("typeannos/DefaultScope.html", true,
- "<pre><a href=\"Parameterized.html\" title=\"class in "
- + "typeannos\">Parameterized</a><<a href=\"FldA.html\" "
- + "title=\"annotation in typeannos\">@FldA</a> java.lang.String,<a "
- + "href=\"FldB.html\" title=\"annotation in typeannos\">"
- + "@FldB</a> java.lang.String> bothTypeArgs</pre>",
-
- "<pre><a href=\"FldA.html\" title=\"annotation in "
- + "typeannos\">@FldA</a> java.lang.String <a href=\""
- + "FldB.html\" title=\"annotation in typeannos\">@FldB</a> [] "
- + "array1Deep</pre>",
-
- "<pre>java.lang.String <a href=\"FldB.html\" "
- + "title=\"annotation in typeannos\">@FldB</a> [][] array2SecondOld</pre>",
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"Parameterized.html\" "
+ + "title=\"class in typeannos\">Parameterized</a><<a href=\"FldA.html\" "
+ + "title=\"annotation in typeannos\">@FldA</a> java.lang.String,"
+ + "<a href=\"FldB.html\" title=\"annotation in typeannos\">@FldB</a> java.lang.String>"
+ + "</span> <span class=\"memberName\">bothTypeArgs</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"FldA.html\" "
+ + "title=\"annotation in typeannos\">@FldA</a> java.lang.String <a href=\"FldB.html\" "
+ + "title=\"annotation in typeannos\">@FldB</a> []</span> "
+ + "<span class=\"memberName\">array1Deep</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">java.lang.String "
+ + "<a href=\"FldB.html\" title=\"annotation in typeannos\">@FldB</a> [][]</span> "
+ + "<span class=\"memberName\">array2SecondOld</span></div>",
// When JDK-8068737, we should change the order
- "<pre><a href=\"FldD.html\" title=\"annotation in typeannos\">"
- + "@FldD</a> java.lang.String "
- + "<a href=\"FldC.html\" title=\"annotation in typeannos\">@FldC</a> "
- + "<a href=\"FldB.html\" title=\"annotation in typeannos\">@FldB</a> [] "
- + "<a href=\"FldC.html\" title=\"annotation in typeannos\">@FldC</a> "
- + "<a href=\"FldA.html\" title=\"annotation in typeannos\">@FldA</a> [] "
- + "array2Deep</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"FldD.html\" "
+ + "title=\"annotation in typeannos\">@FldD</a> java.lang.String <a href=\"FldC.html\" "
+ + "title=\"annotation in typeannos\">@FldC</a> <a href=\"FldB.html\" "
+ + "title=\"annotation in typeannos\">@FldB</a> [] <a href=\"FldC.html\" "
+ + "title=\"annotation in typeannos\">@FldC</a> <a href=\"FldA.html\" "
+ + "title=\"annotation in typeannos\">@FldA</a> []</span> "
+ + "<span class=\"memberName\">array2Deep</span></div>");
checkOutput("typeannos/ModifiedScoped.html", true,
- "<pre>public final <a href=\"Parameterized.html\" "
- + "title=\"class in typeannos\">Parameterized</a><<a href=\""
- + "FldA.html\" title=\"annotation in typeannos\">@FldA</a> "
- + "<a href=\"Parameterized.html\" title=\"class in "
- + "typeannos\">Parameterized</a><<a href=\"FldA.html\" "
- + "title=\"annotation in typeannos\">@FldA</a> java.lang.String,<a "
- + "href=\"FldB.html\" title=\"annotation in typeannos\">"
- + "@FldB</a> java.lang.String>,<a href=\"FldB.html\" "
- + "title=\"annotation in typeannos\">@FldB</a> java.lang.String> "
- + "nestedParameterized</pre>",
-
- "<pre>public final <a href=\"FldA.html\" "
- + "title=\"annotation in typeannos\">@FldA</a> java.lang.String[][] "
- + "array2</pre>");
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span>"
+ + " <span class=\"returnType\"><a href=\"Parameterized.html\" "
+ + "title=\"class in typeannos\">Parameterized</a><<a href=\"FldA.html\" "
+ + "title=\"annotation in typeannos\">@FldA</a> <a href=\"Parameterized.html\" "
+ + "title=\"class in typeannos\">Parameterized</a><<a href=\"FldA.html\" "
+ + "title=\"annotation in typeannos\">@FldA</a> java.lang.String,"
+ + "<a href=\"FldB.html\" title=\"annotation in typeannos\">@FldB</a> "
+ + "java.lang.String>,<a href=\"FldB.html\" "
+ + "title=\"annotation in typeannos\">@FldB</a> java.lang.String>"
+ + "</span> <span class=\"memberName\">nestedParameterized</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"returnType\"><a href=\"FldA.html\" title=\"annotation in typeannos\">"
+ + "@FldA</a> java.lang.String[][]</span> "
+ + "<span class=\"memberName\">array2</span></div>");
// Test for type annotations on method return types (MethodReturnType.java).
checkOutput("typeannos/MtdDefaultScope.html", true,
- "<pre class=\"methodSignature\">public <T> <a href=\"MRtnA.html\" "
- + "title=\"annotation in typeannos\">@MRtnA</a> java.lang.String"
- + " method()</pre>",
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>"
+ + " <span class=\"typeParameters\"><T></span> <span "
+ + "class=\"returnType\"><a href=\"MRtnA.html\" title=\"annotation in typeannos\">"
+ + "@MRtnA</a> java.lang.String</span> "
+ + "<span class=\"memberName\">method</span>()</div>",
// When JDK-8068737 is fixed, we should change the order
- "<pre class=\"methodSignature\"><a href=\"MRtnA.html\" title=\"annotation in typeannos\">"
- + "@MRtnA</a> java.lang.String "
- + "<a href=\"MRtnB.html\" title=\"annotation in typeannos\">@MRtnB</a> [] "
- + "<a href=\"MRtnA.html\" title=\"annotation in typeannos\">@MRtnA</a> []"
- + " array2Deep()</pre>",
-
- "<pre class=\"methodSignature\"><a href=\"MRtnA.html\" title=\"annotation in "
- + "typeannos\">@MRtnA</a> java.lang.String[][] array2()</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"MRtnA.html\" "
+ + "title=\"annotation in typeannos\">@MRtnA</a> java.lang.String <a href=\"MRtnB.html\" "
+ + "title=\"annotation in typeannos\">@MRtnB</a> [] <a href=\"MRtnA.html\" "
+ + "title=\"annotation in typeannos\">@MRtnA</a> []</span> <span class=\"memberName\">"
+ + "array2Deep</span>()</div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"MRtnA.html\" "
+ + "title=\"annotation in typeannos\">@MRtnA</a> java.lang.String[][]</span> "
+ + "<span class=\"memberName\">array2</span>()</div>");
checkOutput("typeannos/MtdModifiedScoped.html", true,
- "<pre class=\"methodSignature\">public final <a href=\"MtdParameterized.html\" "
- + "title=\"class in typeannos\">MtdParameterized</a><<a href=\""
- + "MRtnA.html\" title=\"annotation in typeannos\">@MRtnA</a> "
- + "<a href=\"MtdParameterized.html\" title=\"class in "
- + "typeannos\">MtdParameterized</a><<a href=\"MRtnA."
- + "html\" title=\"annotation in typeannos\">@MRtnA</a> java.lang."
- + "String,<a href=\"MRtnB.html\" title=\"annotation in "
- + "typeannos\">@MRtnB</a> java.lang.String>,<a href=\""
- + "MRtnB.html\" title=\"annotation in typeannos\">@MRtnB</a> java."
- + "lang.String> nestedMtdParameterized()</pre>");
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"returnType\"><a href=\"MtdParameterized.html\" "
+ + "title=\"class in typeannos\">MtdParameterized</a><<a href=\"MRtnA.html\" "
+ + "title=\"annotation in typeannos\">@MRtnA</a> <a href=\"MtdParameterized.html\" "
+ + "title=\"class in typeannos\">MtdParameterized</a><<a href=\"MRtnA.html\" "
+ + "title=\"annotation in typeannos\">@MRtnA</a> java.lang.String,"
+ + "<a href=\"MRtnB.html\" title=\"annotation in typeannos\">@MRtnB</a> "
+ + "java.lang.String>,<a href=\"MRtnB.html\" title=\"annotation in typeannos\">"
+ + "@MRtnB</a> java.lang.String></span> <span class=\"memberName\">"
+ + "nestedMtdParameterized</span>()</div>");
// Test for type annotations on method type parameters (MethodTypeParameters.java).
checkOutput("typeannos/UnscopedUnmodified.html", true,
- "<pre class=\"methodSignature\"><K extends <a href=\"MTyParamA.html\" title=\""
- + "annotation in typeannos\">@MTyParamA</a> java.lang.String>"
- + " void methodExtends()</pre>",
-
- "<pre class=\"methodSignature\"><K extends <a href=\"MTyParamA.html\" title=\""
- + "annotation in typeannos\">@MTyParamA</a> <a href=\""
- + "MtdTyParameterized.html\" title=\"class in typeannos\">"
- + "MtdTyParameterized</a><<a href=\"MTyParamB.html\" "
- + "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String"
- + ">> void nestedExtends()</pre>");
+ "<div class=\"memberSignature\"><span class=\"typeParameters\"><K extends "
+ + "<a href=\"MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
+ + "java.lang.String></span> <span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">methodExtends</span>()</div>",
+
+ "<div class=\"memberSignature\"><span class=\"typeParametersLong\"><K extends "
+ + "<a href=\"MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
+ + "<a href=\"MtdTyParameterized.html\" title=\"class in typeannos\">MtdTyParameterized</a>"
+ + "<<a href=\"MTyParamB.html\" title=\"annotation in typeannos\">@MTyParamB</a> "
+ + "java.lang.String>></span>\n<span class=\"returnType\">void</span>"
+ + " <span class=\"memberName\">nestedExtends</span>()</div>");
checkOutput("typeannos/PublicModifiedMethods.html", true,
- "<pre class=\"methodSignature\">public final <K extends <a href=\""
- + "MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
- + "java.lang.String> void methodExtends()</pre>",
-
- "<pre class=\"methodSignature\">public final <K extends <a href=\""
- + "MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
- + "java.lang.String,V extends <a href=\"MTyParamA.html\" "
- + "title=\"annotation in typeannos\">@MTyParamA</a> <a href=\""
- + "MtdTyParameterized.html\" title=\"class in typeannos\">"
- + "MtdTyParameterized</a><<a href=\"MTyParamB.html\" "
- + "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String"
- + ">> void dual()</pre>");
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"typeParameters\"><K extends <a href=\"MTyParamA.html\" "
+ + "title=\"annotation in typeannos\">@MTyParamA</a> java.lang.String></span>\n"
+ + "<span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">methodExtends</span>()</div>",
+
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span>"
+ + " <span class=\"typeParametersLong\"><K extends <a href=\"MTyParamA.html\" "
+ + "title=\"annotation in typeannos\">@MTyParamA</a> java.lang.String,\n"
+ + "V extends <a href=\"MTyParamA.html\" title=\"annotation in typeannos\">"
+ + "@MTyParamA</a> <a href=\"MtdTyParameterized.html\" title=\"class in typeannos\">"
+ + "MtdTyParameterized</a><<a href=\"MTyParamB.html\" title=\"annotation in typeannos\">"
+ + "@MTyParamB</a> java.lang.String>></span>\n<span class=\"returnType\">void</span>"
+ + " <span class=\"memberName\">dual</span>()</div>");
// Test for type annotations on parameters (Parameters.java).
checkOutput("typeannos/Parameters.html", true,
- "<pre class=\"methodSignature\">void unannotated(<a href=\""
- + "ParaParameterized.html\" title=\"class in typeannos\">"
- + "ParaParameterized</a><java.lang.String,java.lang.String>"
- + " a)</pre>",
-
- "<pre class=\"methodSignature\">void nestedParaParameterized(<a href=\""
- + "ParaParameterized.html\" title=\"class in typeannos\">"
- + "ParaParameterized</a><<a href=\"ParamA.html\" "
- + "title=\"annotation in typeannos\">@ParamA</a> <a href=\""
- + "ParaParameterized.html\" title=\"class in typeannos\">"
- + "ParaParameterized</a><<a href=\"ParamA.html\" "
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">unannotated</span>(<span class=\"arguments\">"
+ + "<a href=\"ParaParameterized.html\" title=\"class in typeannos\">ParaParameterized</a>"
+ + "<java.lang.String,java.lang.String> a)</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">nestedParaParameterized</span>"
+ + "(<span class=\"arguments\"><a href=\"ParaParameterized.html\" "
+ + "title=\"class in typeannos\">ParaParameterized</a><<a href=\"ParamA.html\" "
+ + "title=\"annotation in typeannos\">@ParamA</a> <a href=\"ParaParameterized.html\" "
+ + "title=\"class in typeannos\">ParaParameterized</a><<a href=\"ParamA.html\" "
+ "title=\"annotation in typeannos\">@ParamA</a> java.lang.String,"
- + "<a href=\"ParamB.html\" title=\"annotation in "
- + "typeannos\">@ParamB</a> java.lang.String>,<a href=\""
- + "ParamB.html\" title=\"annotation in typeannos\">@ParamB"
- + "</a> java.lang.String> a)</pre>",
+ + "<a href=\"ParamB.html\" title=\"annotation in typeannos\">@ParamB</a> "
+ + "java.lang.String>,<a href=\"ParamB.html\" title=\"annotation in typeannos\">"
+ + "@ParamB</a> java.lang.String> a)</span></div>",
// When JDK-8068737 is fixed, we should change the order
- "<pre class=\"methodSignature\">void array2Deep(<a href=\"ParamA.html\" "
- + "title=\"annotation in typeannos\">@ParamA</a> java.lang.String "
- + "<a href=\"ParamB.html\" title=\"annotation in typeannos\">"
- + "@ParamB</a> [] "
- + "<a href=\"ParamA.html\" title=\"annotation in typeannos\">"
- + "@ParamA</a> []"
- + " a)</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">array2Deep</span>(<span class=\"arguments\">"
+ + "<a href=\"ParamA.html\" title=\"annotation in typeannos\">@ParamA</a> "
+ + "java.lang.String <a href=\"ParamB.html\" title=\"annotation in typeannos\">"
+ + "@ParamB</a> [] <a href=\"ParamA.html\" title=\"annotation in typeannos\">"
+ + "@ParamA</a> [] a)</span></div>");
// Test for type annotations on throws (Throws.java).
checkOutput("typeannos/ThrDefaultUnmodified.html", true,
- "<pre class=\"methodSignature\">void oneException()\n"
- + " throws <a href=\"ThrA.html\" title=\""
- + "annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>",
-
- "<pre class=\"methodSignature\">void twoExceptions()\n"
- + " throws <a href=\"ThrA.html\" title=\""
- + "annotation in typeannos\">@ThrA</a> java.lang.RuntimeException,\n"
- + " <a href=\"ThrA.html\" title=\""
- + "annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">oneException</span>()\n"
+ + " throws <span class=\"exceptions\"><a href=\"ThrA.html\" "
+ + "title=\"annotation in typeannos\">@ThrA</a> java.lang.Exception</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">twoExceptions</span>()\n"
+ + " throws <span class=\"exceptions\"><a href=\"ThrA.html\" "
+ + "title=\"annotation in typeannos\">@ThrA</a> java.lang.RuntimeException,\n"
+ + "<a href=\"ThrA.html\" title=\"annotation in typeannos\">@ThrA</a> "
+ + "java.lang.Exception</span></div>");
checkOutput("typeannos/ThrPublicModified.html", true,
- "<pre class=\"methodSignature\">public final void oneException"
- + "(java.lang.String a)\n throws <a href=\"ThrA.html\" "
- + "title=\"annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>",
-
- "<pre class=\"methodSignature\">public final void twoExceptions"
- + "(java.lang.String a)\n throws <a href=\"ThrA.html\" "
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"returnType\">void</span> <span class=\"memberName\">"
+ + "oneException</span>(<span class=\"arguments\">java.lang.String a)</span>\n"
+ + " throws <span class=\"exceptions\"><a href=\"ThrA.html\" "
+ + "title=\"annotation in typeannos\">@ThrA</a> java.lang.Exception</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"returnType\">void</span> <span class=\"memberName\">"
+ + "twoExceptions</span>(<span class=\"arguments\">java.lang.String a)</span>\n"
+ + " throws <span class=\"exceptions\"><a href=\"ThrA.html\" "
+ "title=\"annotation in typeannos\">@ThrA</a> java.lang.RuntimeException,\n"
- + " <a href=\"ThrA.html\" "
- + "title=\"annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>");
+ + "<a href=\"ThrA.html\" title=\"annotation in typeannos\">@ThrA</a> "
+ + "java.lang.Exception</span></div>");
checkOutput("typeannos/ThrWithValue.html", true,
- "<pre class=\"methodSignature\">void oneException()\n"
- + " throws <a href=\"ThrB.html\" title=\""
- + "annotation in typeannos\">@ThrB</a>("
- + "\"m\") java.lang.Exception</pre>",
-
- "<pre class=\"methodSignature\">void twoExceptions()\n"
- + " throws <a href=\"ThrB.html\" title=\""
- + "annotation in typeannos\">@ThrB</a>("
- + "\"m\") java.lang.RuntimeException,\n"
- + " <a href=\"ThrA.html\" title=\""
- + "annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">oneException</span>()\n"
+ + " throws <span class=\"exceptions\"><a href=\"ThrB.html\" "
+ + "title=\"annotation in typeannos\">@ThrB</a>(\"m\") java.lang.Exception</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">twoExceptions</span>()\n"
+ + " throws <span class=\"exceptions\"><a href=\"ThrB.html\" "
+ + "title=\"annotation in typeannos\">@ThrB</a>(\"m\") java.lang.RuntimeException,\n"
+ + "<a href=\"ThrA.html\" title=\"annotation in typeannos\">@ThrA</a> "
+ + "java.lang.Exception</span></div>");
// Test for type annotations on type parameters (TypeParameters.java).
checkOutput("typeannos/TestMethods.html", true,
- "<pre class=\"methodSignature\"><K,<a href=\"TyParaA.html\" title="
- + "\"annotation in typeannos\">@TyParaA</a> V extends <a href=\"TyParaA.html\" "
- + "title=\"annotation in typeannos\">@TyParaA</a> "
- + "java.lang.String> void secondAnnotated()</pre>"
+ "<div class=\"memberSignature\"><span class=\"typeParameters\"><K,\n"
+ + "<a href=\"TyParaA.html\" title=\"annotation in typeannos\">@TyParaA</a> V extends "
+ + "<a href=\"TyParaA.html\" title=\"annotation in typeannos\">@TyParaA</a> "
+ + "java.lang.String></span>\n<span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">secondAnnotated</span>()</div>"
);
// Test for type annotations on wildcard type (Wildcards.java).
checkOutput("typeannos/BoundTest.html", true,
- "<pre class=\"methodSignature\">void wcExtends(<a href=\"MyList.html\" "
- + "title=\"class in typeannos\">MyList</a><? extends <a href=\""
- + "WldA.html\" title=\"annotation in typeannos\">@WldA"
- + "</a> java.lang.String> l)</pre>",
-
- "<pre class=\"methodSignature\"><a href=\"MyList.html\" title=\"class in "
- + "typeannos\">MyList</a><? super <a href=\"WldA.html\" "
- + "title=\"annotation in typeannos\">@WldA</a> java.lang.String>"
- + " returnWcSuper()</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">wcExtends</span>(<span class=\"arguments\">"
+ + "<a href=\"MyList.html\" title=\"class in typeannos\">MyList</a><? extends "
+ + "<a href=\"WldA.html\" title=\"annotation in typeannos\">@WldA</a> "
+ + "java.lang.String> l)</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"MyList.html\" "
+ + "title=\"class in typeannos\">MyList</a><? super <a href=\"WldA.html\" "
+ + "title=\"annotation in typeannos\">@WldA</a> java.lang.String></span> "
+ + "<span class=\"memberName\">returnWcSuper</span>()</div>");
checkOutput("typeannos/BoundWithValue.html", true,
- "<pre class=\"methodSignature\">void wcSuper(<a href=\"MyList.html\""
- + " title=\"class in typeannos\">MyList</a><? super <a href=\""
- + "WldB.html\" title=\"annotation in typeannos\">@WldB</a>("
- + "\"m\") java.lang."
- + "String> l)</pre>",
-
- "<pre class=\"methodSignature\"><a href=\"MyList.html\" title=\"class in "
- + "typeannos\">MyList</a><? extends <a href=\"WldB."
- + "html\" title=\"annotation in typeannos\">@WldB</a>("
- + "\"m\") java.lang.String"
- + "> returnWcExtends()</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">wcSuper</span>(<span class=\"arguments\">"
+ + "<a href=\"MyList.html\" title=\"class in typeannos\">MyList</a><? super "
+ + "<a href=\"WldB.html\" title=\"annotation in typeannos\">@WldB</a>(\"m\") "
+ + "java.lang.String> l)</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\"><a href=\"MyList.html\" "
+ + "title=\"class in typeannos\">MyList</a><? extends <a href=\"WldB.html\" "
+ + "title=\"annotation in typeannos\">@WldB</a>(\"m\") java.lang.String></span>"
+ + " <span class=\"memberName\">returnWcExtends</span>()</div>");
// Test for receiver annotations (Receivers.java).
checkOutput("typeannos/DefaultUnmodified.html", true,
- "<pre class=\"methodSignature\">void withException(<a href=\"RcvrA.html\" "
- + "title=\"annotation in typeannos\">@RcvrA</a> "
- + "DefaultUnmodified this)\n"
- + " throws java."
- + "lang.Exception</pre>",
-
- "<pre class=\"methodSignature\">java.lang.String nonVoid(<a href=\"RcvrA."
- + "html\" title=\"annotation in typeannos\">@RcvrA</a> <a href=\""
- + "RcvrB.html\" title=\"annotation in typeannos\">@RcvrB"
- + "</a>(\"m\")"
- + " DefaultUnmodified this)</pre>",
-
- "<pre class=\"methodSignature\"><T extends java.lang.Runnable> void accept("
- + "<a href=\"RcvrA.html\" title=\"annotation in "
- + "typeannos\">@RcvrA</a> DefaultUnmodified this,\n"
- + " T r)\n"
- + " throws java.lang.Exception</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">withException</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrA.html\" title=\"annotation in typeannos\">@RcvrA</a>"
+ + " DefaultUnmodified this)</span>\n"
+ + " throws <span class=\"exceptions\">java.lang.Exception</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">java.lang.String</span> "
+ + "<span class=\"memberName\">nonVoid</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrA.html\" title=\"annotation in typeannos\">@RcvrA</a> "
+ + "<a href=\"RcvrB.html\" title=\"annotation in typeannos\">@RcvrB</a>(\"m\")"
+ + " DefaultUnmodified this)</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"typeParameters\"><T extends "
+ + "java.lang.Runnable></span> <span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">accept</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrA.html\" title=\"annotation in typeannos\">@RcvrA</a> "
+ + "DefaultUnmodified this,\nT r)</span>\n"
+ + " throws <span class=\"exceptions\">"
+ + "java.lang.Exception</span></div>");
checkOutput("typeannos/PublicModified.html", true,
- "<pre class=\"methodSignature\">public final java.lang.String nonVoid"
- + "(<a href=\"RcvrA.html\" title=\"annotation in typeannos\">"
- + "@RcvrA</a> PublicModified this)</pre>",
-
- "<pre class=\"methodSignature\">public final <T extends java.lang.Runnable> "
- + "void accept(<a href=\"RcvrA.html\" title=\""
- + "annotation in typeannos\">@RcvrA</a> PublicModified this,\n"
- + " T r)\n"
- + " throws java.lang.Exception</pre>");
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"returnType\">java.lang.String</span> <span class=\"memberName\">"
+ + "nonVoid</span>(<span class=\"arguments\"><a href=\"RcvrA.html\" "
+ + "title=\"annotation in typeannos\">@RcvrA</a> PublicModified this)"
+ + "</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"modifiers\">public final</span> "
+ + "<span class=\"typeParameters\"><T extends java.lang.Runnable></span> "
+ + "<span class=\"returnType\">void</span> <span class=\"memberName\">accept"
+ + "</span>(<span class=\"arguments\"><a href=\"RcvrA.html\" "
+ + "title=\"annotation in typeannos\">@RcvrA</a> PublicModified this,\n"
+ + "T r)</span>\n throws "
+ + "<span class=\"exceptions\">java.lang.Exception</span></div>");
checkOutput("typeannos/WithValue.html", true,
- "<pre class=\"methodSignature\"><T extends java.lang.Runnable> void accept("
- + "<a href=\"RcvrB.html\" title=\"annotation in "
- + "typeannos\">@RcvrB</a>("
- + "\"m\") WithValue this,\n"
- + " T r)\n"
- + " throws java.lang.Exception</pre>");
+ "<div class=\"memberSignature\"><span class=\"typeParameters\"><T extends "
+ + "java.lang.Runnable></span> <span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">accept</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrB.html\" title=\"annotation in typeannos\">@RcvrB</a>(\"m\")"
+ + " WithValue this,\nT r)</span>\n"
+ + " throws <span class=\"exceptions\">"
+ + "java.lang.Exception</span></div>");
checkOutput("typeannos/WithFinal.html", true,
- "<pre class=\"methodSignature\">java.lang.String nonVoid(<a href=\"RcvrB.html\" "
- + "title=\"annotation in typeannos\">@RcvrB</a>(\"m\") "
- + "<a href=\"WithFinal.html\" title=\"class in typeannos\">"
- + "WithFinal</a> afield)</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">java.lang.String</span>"
+ + " <span class=\"memberName\">nonVoid</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrB.html\" title=\"annotation in typeannos\">@RcvrB</a>(\"m\") "
+ + "<a href=\"WithFinal.html\" title=\"class in typeannos\">WithFinal</a>"
+ + " afield)</span></div>");
checkOutput("typeannos/WithBody.html", true,
- "<pre class=\"methodSignature\">void field(<a href=\"RcvrA.html\" title=\""
- + "annotation in typeannos\">@RcvrA</a> WithBody this)</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">field</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrA.html\" title=\"annotation in typeannos\">@RcvrA</a>"
+ + " WithBody this)</span></div>");
checkOutput("typeannos/Generic2.html", true,
- "<pre class=\"methodSignature\">void test2(<a href=\"RcvrA.html\" title=\""
- + "annotation in typeannos\">@RcvrA</a> Generic2<X> this)</pre>");
+ "<div class=\"memberSignature\"><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">test2</span>(<span class=\"arguments\">"
+ + "<a href=\"RcvrA.html\" title=\"annotation in typeannos\">@RcvrA</a>"
+ + " Generic2<X> this)</span></div>");
// Test for repeated type annotations (RepeatedAnnotations.java).
checkOutput("typeannos/RepeatingAtClassLevel.html", true,
"<pre><a href=\"RepTypeA.html\" title=\"annotation in "
@@ -391,88 +416,86 @@
// + "\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
// + "class <span class=\"typeNameLabel\">RepeatingAtClassLevel3</span>\n"
// + "extends java.lang.Object</pre>");
checkOutput("typeannos/RepeatingOnConstructor.html", true,
- "<pre><a href=\"RepConstructorA.html\" title=\"annotation "
- + "in typeannos\">@RepConstructorA</a> <a href=\"RepConstructorA.html"
- + "\" title=\"annotation in typeannos\">@RepConstructorA</a>\n<a href="
- + "\"RepConstructorB.html\" title=\"annotation in typeannos"
- + "\">@RepConstructorB</a> <a href=\"RepConstructorB.html"
- + "\" title=\"annotation in typeannos\">@RepConstructorB</a>\n"
- + "RepeatingOnConstructor()</pre>",
-
- "<pre><a href=\"RepConstructorA.html\" title=\"annotation in typeannos"
- + "\">@RepConstructorA</a> <a href=\"RepConstructorA.html"
- + "\" title=\"annotation in typeannos\">@RepConstructorA</a>\n<a href="
- + "\"RepConstructorB.html\" title=\"annotation in typeannos"
- + "\">@RepConstructorB</a> <a href=\"RepConstructorB.html"
- + "\" title=\"annotation in typeannos\">@RepConstructorB</a>\n"
- + "RepeatingOnConstructor(int i,\n int j)</pre>",
-
- "<pre><a href=\"RepAllContextsA.html\" title=\"annotation in typeannos"
- + "\">@RepAllContextsA</a> <a href=\"RepAllContextsA.html"
- + "\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n"
- + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos"
- + "\">@RepAllContextsB</a> <a href=\"RepAllContextsB.html"
- + "\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
- + "RepeatingOnConstructor(int i,\n int j,\n"
- + " int k)</pre>",
-
- "<pre>RepeatingOnConstructor(<a href=\"RepParameterA.html"
- + "\" title=\"annotation in typeannos\">@RepParameterA</a> <a href="
- + "\"RepParameterA.html\" title=\"annotation in typeannos"
- + "\">@RepParameterA</a> <a href=\"RepParameterB.html"
- + "\" title=\"annotation in typeannos\">@RepParameterB</a> "
- + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos"
- + "\">@RepParameterB</a>\n java.lang.String parameter,\n"
- + " <a href=\"RepParameterA.html\" "
- + "title=\"annotation in typeannos\">@RepParameterA</a> <a href="
- + "\"RepParameterA.html\" title=\"annotation in typeannos\">"
- + "@RepParameterA</a> <a href=\"RepParameterB.html\" "
- + "title=\"annotation in typeannos\">@RepParameterB</a> <a href="
- + "\"RepParameterB.html\" title=\"annotation in typeannos\">"
- + "@RepParameterB</a>\n java.lang.String "
- + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
- + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> ... vararg)</pre>"
+ "<div class=\"memberSignature\"><span class=\"annotations\">"
+ + "<a href=\"RepConstructorA.html\" title=\"annotation in typeannos\">"
+ + "@RepConstructorA</a> <a href=\"RepConstructorA.html\" "
+ + "title=\"annotation in typeannos\">@RepConstructorA</a>\n"
+ + "<a href=\"RepConstructorB.html\" title=\"annotation in typeannos\">"
+ + "@RepConstructorB</a> <a href=\"RepConstructorB.html\" "
+ + "title=\"annotation in typeannos\">@RepConstructorB</a>\n"
+ + "</span><span class=\"memberName\">RepeatingOnConstructor</span>()</div>",
+
+ "<div class=\"memberSignature\"><span class=\"annotations\">"
+ + "<a href=\"RepConstructorA.html\" title=\"annotation in typeannos\">"
+ + "@RepConstructorA</a> <a href=\"RepConstructorA.html\" "
+ + "title=\"annotation in typeannos\">@RepConstructorA</a>\n"
+ + "<a href=\"RepConstructorB.html\" title=\"annotation in typeannos\">"
+ + "@RepConstructorB</a> <a href=\"RepConstructorB.html\" "
+ + "title=\"annotation in typeannos\">@RepConstructorB</a>\n"
+ + "</span><span class=\"memberName\">RepeatingOnConstructor</span>"
+ + "(<span class=\"arguments\">int i,\n"
+ + "int j)</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"annotations\">"
+ + "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">"
+ + "@RepAllContextsA</a> <a href=\"RepAllContextsA.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsA</a>\n"
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">"
+ + "@RepAllContextsB</a> <a href=\"RepAllContextsB.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
+ + "</span><span class=\"memberName\">RepeatingOnConstructor</span>"
+ + "(<span class=\"arguments\">int i,\n"
+ + "int j,\nint k)</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"memberName\">RepeatingOnConstructor</span>"
+ + "(<span class=\"arguments\"><a href=\"RepParameterA.html\" "
+ + "title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a>\n"
+ + "java.lang.String parameter,\n<a href=\"RepParameterA.html\" "
+ + "title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a>\n"
+ + "java.lang.String <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseB</a> ... vararg)</span></div>"
);
checkOutput("typeannos/RepeatingOnConstructor.Inner.html", true,
"<code><span class=\"memberNameLink\"><a href=\"#%3Cinit%3E(java.lang.String,"
+ "java.lang.String...)\">Inner</a></span>(java.lang.String parameter,\n"
- + " java.lang.String <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "java.lang.String <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseB</a> ... vararg)</code>",
- "Inner(<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html"
- + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> RepeatingOnConstructor this,\n <a href="
- + "\"RepParameterA.html\" title=\"annotation in typeannos\">"
- + "@RepParameterA</a> <a href=\"RepParameterA.html\" title="
- + "\"annotation in typeannos\">@RepParameterA</a> <a href=\"RepParameterB.html"
- + "\" title=\"annotation in typeannos\">@RepParameterB</a> <a href="
- + "\"RepParameterB.html\" title=\"annotation in typeannos\">"
- + "@RepParameterB</a>\n java.lang.String parameter,\n"
- + " <a href=\"RepParameterA.html\" title=\"annotation in typeannos\">"
- + "@RepParameterA</a> <a href=\"RepParameterA.html\" title="
- + "\"annotation in typeannos\">@RepParameterA</a> <a href=\"RepParameterB.html"
- + "\" title=\"annotation in typeannos\">@RepParameterB</a> <a href="
- + "\"RepParameterB.html\" title=\"annotation in typeannos\">"
- + "@RepParameterB</a>\n java.lang.String <a href=\"RepTypeUseA.html"
- + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html"
- + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> ... vararg)");
+ "Inner</span>(<span class=\"arguments\"><a href=\"RepTypeUseA.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseB</a> RepeatingOnConstructor this,\n"
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a>\n"
+ + "java.lang.String parameter,\n<a href=\"RepParameterA.html\" "
+ + "title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a>\n"
+ + "java.lang.String <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseB</a> ... vararg)</span>");
checkOutput("typeannos/RepeatingOnField.html", true,
"<code>(package private) java.lang.Integer</code></td>\n<th class=\"colSecond\" scope=\"row\">"
+ "<code><span class=\"memberNameLink\"><a href=\"#i1"
+ "\">i1</a></span></code>",
@@ -517,61 +540,59 @@
+ "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseB</a> []</code></td>\n<th class=\"colSecond\" scope=\"row\"><code><span class="
+ "\"memberNameLink\"><a href=\"#sa"
+ "\">sa</a></span></code>",
- "<pre><a href=\"RepFieldA.html\" title=\"annotation in typeannos\">"
- + "@RepFieldA</a> <a href=\"RepFieldA.html\" title="
- + "\"annotation in typeannos\">@RepFieldA</a>\n<a href=\"RepFieldB.html"
- + "\" title=\"annotation in typeannos\">@RepFieldB</a> <a href="
- + "\"RepFieldB.html\" title=\"annotation in typeannos\">"
- + "@RepFieldB</a>\njava.lang.Integer i1</pre>",
-
- "<pre><a href=\"RepTypeUseA.html\" title=\"annotation in typeannos"
- + "\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html"
- + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
- + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.Integer i2</pre>",
-
- "<pre><a href=\"RepFieldA.html\" title=\"annotation in typeannos\">"
- + "@RepFieldA</a> <a href=\"RepFieldA.html\" title="
- + "\"annotation in typeannos\">@RepFieldA</a>\n<a href=\"RepFieldB.html"
- + "\" title=\"annotation in typeannos\">@RepFieldB</a> <a href="
- + "\"RepFieldB.html\" title=\"annotation in typeannos\">"
- + "@RepFieldB</a>\n<a href=\"RepTypeUseA.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html"
- + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.Integer i3</pre>",
-
- "<pre><a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsA</a> <a href=\"RepAllContextsA.html"
- + "\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n<a href="
- + "\"RepAllContextsB.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsB</a> <a href=\"RepAllContextsB.html"
- + "\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
- + "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsA</a> <a href=\"RepAllContextsA.html\" "
- + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href="
- + "\"RepAllContextsB.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsB</a> <a href=\"RepAllContextsB.html"
- + "\" title=\"annotation in typeannos\">@RepAllContextsB</a> java.lang.Integer i4</pre>",
-
- "<pre>java.lang.String <a href=\"RepTypeUseA.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html"
- + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> [] <a href="
- + "\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> [] sa</pre>");
+ "<div class=\"memberSignature\"><span class=\"annotations\">"
+ + "<a href=\"RepFieldA.html\" title=\"annotation in typeannos\">@RepFieldA</a> "
+ + "<a href=\"RepFieldA.html\" title=\"annotation in typeannos\">@RepFieldA</a>\n"
+ + "<a href=\"RepFieldB.html\" title=\"annotation in typeannos\">@RepFieldB</a> "
+ + "<a href=\"RepFieldB.html\" title=\"annotation in typeannos\">@RepFieldB</a>\n"
+ + "</span><span class=\"returnType\">java.lang.Integer</span> "
+ + "<span class=\"memberName\">i1</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">"
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "java.lang.Integer</span> <span class=\"memberName\">i2</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"annotations\">"
+ + "<a href=\"RepFieldA.html\" title=\"annotation in typeannos\">@RepFieldA</a> "
+ + "<a href=\"RepFieldA.html\" title=\"annotation in typeannos\">@RepFieldA</a>\n"
+ + "<a href=\"RepFieldB.html\" title=\"annotation in typeannos\">@RepFieldB</a> "
+ + "<a href=\"RepFieldB.html\" title=\"annotation in typeannos\">@RepFieldB</a>\n"
+ + "</span><span class=\"returnType\"><a href=\"RepTypeUseA.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "java.lang.Integer</span> <span class=\"memberName\">i3</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"annotations\">"
+ + "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">@RepAllContextsA</a> "
+ + "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n"
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">@RepAllContextsB</a> "
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
+ + "</span><span class=\"returnType\"><a href=\"RepAllContextsA.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsA</a> "
+ + "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">@RepAllContextsA</a> "
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">@RepAllContextsB</a> "
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">@RepAllContextsB</a> "
+ + "java.lang.Integer</span> <span class=\"memberName\">i4</span></div>",
+
+ "<div class=\"memberSignature\"><span class=\"returnType\">java.lang.String "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> [] "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> []"
+ + "</span> <span class=\"memberName\">sa</span></div>");
checkOutput("typeannos/RepeatingOnMethod.html", true,
"<code>(package private) java.lang.String</code></td>\n<th class=\"colSecond\" scope=\"row\">"
+ "<code><span class=\"memberNameLink\"><a href="
+ "\"#test1()\">test1</a></span>()</code>",
@@ -606,81 +627,75 @@
+ "<code><span class=\"memberNameLink\"><a href=\""
+ "#test4()\">test4</a></span>()</code>",
"<code><span class=\"memberNameLink\"><a href=\""
+ "#test5(java.lang.String,java.lang.String...)\">test5</a></span>"
- + "(java.lang.String parameter,\n java.lang.String <a href="
+ + "(java.lang.String parameter,\njava.lang.String <a href="
+ "\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title="
+ "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html"
+ "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
+ "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseB</a> ... vararg)</code>",
- "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">"
- + "@RepMethodA</a> <a href=\"RepMethodA.html\" title="
- + "\"annotation in typeannos\">@RepMethodA</a>\n<a href=\"RepMethodB.html\""
- + " title=\"annotation in typeannos\">@RepMethodB</a> <a href="
- + "\"RepMethodB.html\" title=\"annotation in typeannos\">"
- + "@RepMethodB</a>\njava.lang.String test1()",
+ "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">@RepMethodA</a> "
+ + "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">@RepMethodA</a>\n"
+ + "<a href=\"RepMethodB.html\" title=\"annotation in typeannos\">@RepMethodB</a> "
+ + "<a href=\"RepMethodB.html\" title=\"annotation in typeannos\">@RepMethodB</a>\n"
+ + "</span><span class=\"returnType\">java.lang.String</span> "
+ + "<span class=\"memberName\">test1</span>()",
"<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title="
+ "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" "
+ "title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String test2()",
+ + "title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String</span>"
+ + " <span class=\"memberName\">test2</span>()",
- "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">"
- + "@RepMethodA</a> <a href=\"RepMethodA.html\" title="
- + "\"annotation in typeannos\">@RepMethodA</a>\n<a href=\"RepMethodB.html\" "
- + "title=\"annotation in typeannos\">@RepMethodB</a> <a href="
- + "\"RepMethodB.html\" title=\"annotation in typeannos\">"
- + "@RepMethodB</a>\n<a href=\"RepTypeUseA.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String test3()",
-
- "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsA</a> <a href=\"RepAllContextsA.html\" "
- + "title=\"annotation in typeannos\">@RepAllContextsA</a>\n<a href="
- + "\"RepAllContextsB.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsB</a> <a href=\"RepAllContextsB.html\" "
- + "title=\"annotation in typeannos\">@RepAllContextsB</a>\n<a href="
- + "\"RepAllContextsA.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsA</a> <a href=\"RepAllContextsA.html\" "
- + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href="
- + "\"RepAllContextsB.html\" title=\"annotation in typeannos\">"
- + "@RepAllContextsB</a> <a href=\"RepAllContextsB.html\" "
- + "title=\"annotation in typeannos\">@RepAllContextsB</a> java.lang.String test4()",
+ "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">@RepMethodA</a> "
+ + "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">@RepMethodA</a>\n"
+ + "<a href=\"RepMethodB.html\" title=\"annotation in typeannos\">@RepMethodB</a> "
+ + "<a href=\"RepMethodB.html\" title=\"annotation in typeannos\">@RepMethodB</a>\n"
+ + "</span><span class=\"returnType\"><a href=\"RepTypeUseA.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String</span> "
+ + "<span class=\"memberName\">test3</span>()",
- "java.lang.String test5(<a href=\"RepTypeUseA.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseB</a> RepeatingOnMethod "
- + "this,\n <a href=\"RepParameterA.html\" "
- + "title=\"annotation in typeannos\">@RepParameterA</a> <a href="
- + "\"RepParameterA.html\" title=\"annotation in typeannos\">"
- + "@RepParameterA</a> <a href=\"RepParameterB.html\" "
- + "title=\"annotation in typeannos\">@RepParameterB</a> <a href="
- + "\"RepParameterB.html\" title=\"annotation in typeannos\">"
- + "@RepParameterB</a>\n java.lang.String parameter,\n"
- + " <a href=\"RepParameterA.html\" title="
- + "\"annotation in typeannos\">@RepParameterA</a> <a href=\"RepParameterA.html\""
- + " title=\"annotation in typeannos\">@RepParameterA</a> <a href="
- + "\"RepParameterB.html\" title=\"annotation in typeannos\">"
- + "@RepParameterB</a> <a href=\"RepParameterB.html\" title="
- + "\"annotation in typeannos\">@RepParameterB</a>\n "
- + "java.lang.String <a href=\"RepTypeUseA.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" "
- + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
- + "\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
- + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title="
- + "\"annotation in typeannos\">@RepTypeUseB</a> ... vararg)");
+ "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">@RepAllContextsA</a> "
+ + "<a href=\"RepAllContextsA.html\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n"
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">@RepAllContextsB</a> "
+ + "<a href=\"RepAllContextsB.html\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
+ + "</span><span class=\"returnType\"><a href=\"RepAllContextsA.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href=\"RepAllContextsA.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href=\"RepAllContextsB.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsB</a> <a href=\"RepAllContextsB.html\" "
+ + "title=\"annotation in typeannos\">@RepAllContextsB</a> java.lang.String</span> "
+ + "<span class=\"memberName\">test4</span>()",
+
+ "java.lang.String</span> <span class=\"memberName\">test5</span>("
+ + "<span class=\"arguments\"><a href=\"RepTypeUseA.html\" "
+ + "title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
+ + "<a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a>"
+ + " RepeatingOnMethod this,\n"
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a>\n"
+ + "java.lang.String parameter,\n"
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterA.html\" title=\"annotation in typeannos\">@RepParameterA</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a> "
+ + "<a href=\"RepParameterB.html\" title=\"annotation in typeannos\">@RepParameterB</a>\n"
+ + "java.lang.String <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseA</a> <a href=\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" title=\"annotation in typeannos\">"
+ + "@RepTypeUseB</a> ... vararg)");
checkOutput("typeannos/RepeatingOnTypeParametersBoundsTypeArgumentsOnMethod.html", true,
"<code>(package private) <T> java.lang.String</code></td>\n"
+ "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\"><a href="
+ "\"#"
@@ -697,11 +712,13 @@
"<code>(package private) java.lang.String</code></td>\n<th class=\"colSecond\" scope=\"row\"><code>"
+ "<span class=\"memberNameLink\"><a href=\"#"
+ "test()\">test</a></span>()</code>",
- "java.lang.String test(<a href=\"RepTypeUseA.html\" "
+ "<span class=\"returnType\">java.lang.String</span> "
+ + "<span class=\"memberName\">test</span>"
+ + "(<span class=\"arguments\"><a href=\"RepTypeUseA.html\" "
+ "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
+ "\"RepTypeUseA.html\" title=\"annotation in typeannos\">"
+ "@RepTypeUseA</a> <a href=\"RepTypeUseB.html\" title="
+ "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" "
+ "title=\"annotation in typeannos\">@RepTypeUseB</a> "
@@ -711,13 +728,13 @@
+ "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"RepTypeUseB.html"
+ "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"RepTypeUseB.html\" "
+ "title=\"annotation in typeannos\">@RepTypeUseB</a> T> this)");
checkOutput("typeannos/RepeatingOnVoidMethodDeclaration.html", true,
- "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">"
- + "@RepMethodA</a> <a href=\"RepMethodA.html\" title="
- + "\"annotation in typeannos\">@RepMethodA</a>\n<a href=\"RepMethodB.html"
- + "\" title=\"annotation in typeannos\">@RepMethodB</a> <a href="
- + "\"RepMethodB.html\" title=\"annotation in typeannos\">"
- + "@RepMethodB</a>\nvoid test()");
+ "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">@RepMethodA</a> "
+ + "<a href=\"RepMethodA.html\" title=\"annotation in typeannos\">@RepMethodA</a>\n"
+ + "<a href=\"RepMethodB.html\" title=\"annotation in typeannos\">@RepMethodB</a> "
+ + "<a href=\"RepMethodB.html\" title=\"annotation in typeannos\">@RepMethodB</a>\n"
+ + "</span><span class=\"returnType\">void</span> "
+ + "<span class=\"memberName\">test</span>()");
}
}
< prev index next >