mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8011288: Erratic/inconsistent indentation of signatures
Reviewed-by: darcy
This commit is contained in:
parent
b2becec2bc
commit
0ac80e7f93
16 changed files with 184 additions and 121 deletions
|
@ -235,8 +235,8 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"@AnnotationType</a>(<a href=\"../pkg/AnnotationType.html#optional()\">" +
|
||||
"optional</a>=\"Parameter Annotation\",<a " +
|
||||
"href=\"../pkg/AnnotationType.html#required()\">required</a>=1994)" + NL +
|
||||
" int documented," + NL +
|
||||
" int undocmented)</pre>"},
|
||||
" int documented," + NL +
|
||||
" int undocmented)</pre>"},
|
||||
|
||||
//CONSTRUCTOR PARAMS
|
||||
{BUG_ID + FS + "pkg" + FS + "AnnotationTypeUsage.html",
|
||||
|
@ -245,8 +245,8 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"@AnnotationType</a>(<a href=\"../pkg/AnnotationType.html#optional()\">" +
|
||||
"optional</a>=\"Constructor Param Annotation\",<a " +
|
||||
"href=\"../pkg/AnnotationType.html#required()\">required</a>=1994)" + NL +
|
||||
" int documented," + NL +
|
||||
" int undocmented)</pre>"},
|
||||
" int documented," + NL +
|
||||
" int undocmented)</pre>"},
|
||||
|
||||
//=================================
|
||||
// ANNOTATION TYPE USAGE TESTING (All Different Types).
|
||||
|
@ -443,7 +443,7 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"<td class=\"colFirst\"><code><T extends <a href=\"../" +
|
||||
"../pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest" +
|
||||
"</a><<a href=\"../../pkg2/Foo3.html\" title=\"class in " +
|
||||
"pkg2\">Foo3</a>>> <br><a href=\"../../pkg2/" +
|
||||
"pkg2\">Foo3</a>>><br><a href=\"../../pkg2/" +
|
||||
"ParamTest.html\" title=\"class in pkg2\">ParamTest</a>" +
|
||||
"<<a href=\"../../pkg2/Foo3.html\" title=\"class in " +
|
||||
"pkg2\">Foo3</a>></code></td>"
|
||||
|
@ -486,7 +486,7 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"<td class=\"colFirst\"><code><T extends <a href=\"../../" +
|
||||
"pkg2/ParamTest.html\" title=\"class in pkg2\">ParamTest</a><" +
|
||||
"<a href=\"../../pkg2/Foo3.html\" title=\"class in pkg2\">Foo3" +
|
||||
"</a>>> <br><a href=\"../../pkg2/ParamTest.html\" " +
|
||||
"</a>>><br><a href=\"../../pkg2/ParamTest.html\" " +
|
||||
"title=\"class in pkg2\">ParamTest</a><<a href=\"../../pkg2/" +
|
||||
"Foo3.html\" title=\"class in pkg2\">Foo3</a>></code></td>"
|
||||
},
|
||||
|
@ -524,7 +524,7 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
|
||||
"ParamTest2</a><java.util.List<? extends <a href=\".." +
|
||||
"/../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</a>>" +
|
||||
">> <br><a href=\"../../pkg2/ParamTest2.html\" " +
|
||||
">><br><a href=\"../../pkg2/ParamTest2.html\" " +
|
||||
"title=\"class in pkg2\">ParamTest2</a><java.util.List" +
|
||||
"<? extends <a href=\"../../pkg2/Foo4.html\" title=\"" +
|
||||
"class in pkg2\">Foo4</a>>></code></td>"
|
||||
|
@ -569,7 +569,7 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"../pkg2/ParamTest2.html\" title=\"class in pkg2\">" +
|
||||
"ParamTest2</a><java.util.List<? extends <a href=\".." +
|
||||
"/../pkg2/Foo4.html\" title=\"class in pkg2\">Foo4</a>>" +
|
||||
">> <br><a href=\"../../pkg2/ParamTest2.html\" " +
|
||||
">><br><a href=\"../../pkg2/ParamTest2.html\" " +
|
||||
"title=\"class in pkg2\">ParamTest2</a><java.util.List" +
|
||||
"<? extends <a href=\"../../pkg2/Foo4.html\" title=\"" +
|
||||
"class in pkg2\">Foo4</a>>></code></td>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue