5be4de8583
Reviewed-by: jjg
131 lines
7.4 KiB
Java
131 lines
7.4 KiB
Java
/*
|
|
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* This code is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License version 2 only, as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
* version 2 for more details (a copy is included in the LICENSE file that
|
|
* accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU General Public License version
|
|
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*
|
|
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
* or visit www.oracle.com if you need additional information or have any
|
|
* questions.
|
|
*/
|
|
|
|
/*
|
|
* @test
|
|
* @bug 8214126 8241470
|
|
* @summary Method signatures not formatted correctly in browser
|
|
* @library ../../lib/
|
|
* @modules jdk.javadoc/jdk.javadoc.internal.tool
|
|
* @build javadoc.tester.*
|
|
* @run main TestMethodSignature
|
|
*/
|
|
|
|
import javadoc.tester.JavadocTester;
|
|
|
|
public class TestMethodSignature extends JavadocTester {
|
|
|
|
public static void main(String... args) throws Exception {
|
|
TestMethodSignature tester = new TestMethodSignature();
|
|
tester.runTests();
|
|
}
|
|
|
|
@Test
|
|
public void test() {
|
|
javadoc("-d", "out",
|
|
"-sourcepath", testSrc,
|
|
"--no-platform-links",
|
|
"pkg");
|
|
checkExit(Exit.OK);
|
|
|
|
checkOutput("pkg/C.html", true,
|
|
"""
|
|
<div class="member-signature"><span class="annotations">@Generated("GeneratedConstructor")
|
|
</span><span class="modifiers">public</span> <span class="element-name">C</span>()</div>""",
|
|
|
|
"""
|
|
<div class="member-signature"><span class="modifiers">public static</span> \
|
|
<span class="return-type">void</span> <span class="element-name">simpleMetho\
|
|
d</span>​<span class="parameters">(int i,
|
|
java.lang.String s,
|
|
boolean b)</span></div>""",
|
|
|
|
"""
|
|
<div class="member-signature"><span class="annotations">@Generated(value="SomeGeneratedName",
|
|
date="a date",
|
|
comments="some comment about the method below")
|
|
</span><span class="modifiers">public static</span> <span class="return-typ\
|
|
e">void</span> <span class="element-name">annotatedMethod</span>​<span class=\
|
|
"parameters">(int i,
|
|
java.lang.String s,
|
|
boolean b)</span></div>""",
|
|
|
|
"""
|
|
<div class="member-signature"><span class="modifiers">public static</span> \
|
|
<span class="type-parameters-long"><T1 extends java.lang.AutoCloseable,​\
|
|
;
|
|
T2 extends java.lang.AutoCloseable,​
|
|
T3 extends java.lang.AutoCloseable,​
|
|
T4 extends java.lang.AutoCloseable,​
|
|
T5 extends java.lang.AutoCloseable,​
|
|
T6 extends java.lang.AutoCloseable,​
|
|
T7 extends java.lang.AutoCloseable,​
|
|
T8 extends java.lang.AutoCloseable></span>
|
|
<span class="return-type"><a href="C.With8Types.html" title="class in pkg">C.Wit\
|
|
h8Types</a><T1,​T2,​T3,​T4,​T5,​T6,​T7,&#\
|
|
8203;T8></span> <span class="element-name">bigGenericMethod</span>​<span c\
|
|
lass="parameters">(<a href="C.F0.html" title="interface in pkg">C.F0</a><? ex\
|
|
tends T1> t1,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T2> t2,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T3> t3,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T4> t4,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T5> t5,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T6> t6,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T7> t7,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T8> t8)</span>
|
|
throws <span class="exceptions">java.lang.IllegalArgumentException,
|
|
java.lang.IllegalStateException</span></div>""",
|
|
|
|
"""
|
|
<div class="member-signature"><span class="annotations">@Generated(value="SomeGeneratedName",
|
|
date="a date",
|
|
comments="some comment about the method below")
|
|
</span><span class="modifiers">public static</span> <span class="type-param\
|
|
eters-long"><T1 extends java.lang.AutoCloseable,​
|
|
T2 extends java.lang.AutoCloseable,​
|
|
T3 extends java.lang.AutoCloseable,​
|
|
T4 extends java.lang.AutoCloseable,​
|
|
T5 extends java.lang.AutoCloseable,​
|
|
T6 extends java.lang.AutoCloseable,​
|
|
T7 extends java.lang.AutoCloseable,​
|
|
T8 extends java.lang.AutoCloseable></span>
|
|
<span class="return-type"><a href="C.With8Types.html" title="class in pkg">C.Wit\
|
|
h8Types</a><T1,​T2,​T3,​T4,​T5,​T6,​T7,&#\
|
|
8203;T8></span> <span class="element-name">bigGenericAnnotatedMethod</span>̴\
|
|
3;<span class="parameters">(<a href="C.F0.html" title="interface in pkg">C.F0</a\
|
|
><? extends T1> t1,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T2> t2,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T3> t3,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T4> t4,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T5> t5,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T6> t6,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T7> t7,
|
|
<a href="C.F0.html" title="interface in pkg">C.F0</a><? extends T8> t8)</span>
|
|
throws <span class="exc\
|
|
eptions">java.lang.IllegalArgumentException,
|
|
java.lang.IllegalStateException</span></div>
|
|
<div class="block">Generic method with eight type args and annotation.</div>""");
|
|
|
|
}
|
|
}
|