test/langtools/jdk/javadoc/doclet/testOverriddenMethods/TestBadOverride.java
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 55339 0530705ca300
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     1
/*
53991
786825220790 8219801: Pages do not have <h1>
jjg
parents: 53883
diff changeset
     2
 * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     4
 *
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     7
 * published by the Free Software Foundation.
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     8
 *
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    13
 * accompanied this code).
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    14
 *
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    18
 *
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    21
 * questions.
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    22
 */
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    23
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    24
/*
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    25
 * @test
47284
355349babaf4 8186332: Fix method signature in method summary table
bpatel
parents: 47216
diff changeset
    26
 * @bug      8174839 8175200 8186332
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    27
 * @summary  Bad overriding method should not crash
53097
2e82ca64b25d 8215516: Move JavadocTester to a named package
jjg
parents: 51127
diff changeset
    28
 * @library  ../../lib
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    29
 * @modules jdk.javadoc/jdk.javadoc.internal.tool
53097
2e82ca64b25d 8215516: Move JavadocTester to a named package
jjg
parents: 51127
diff changeset
    30
 * @build    javadoc.tester.*
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    31
 * @run main TestBadOverride
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    32
 */
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    33
53097
2e82ca64b25d 8215516: Move JavadocTester to a named package
jjg
parents: 51127
diff changeset
    34
import javadoc.tester.JavadocTester;
2e82ca64b25d 8215516: Move JavadocTester to a named package
jjg
parents: 51127
diff changeset
    35
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    36
public class TestBadOverride extends JavadocTester {
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    37
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    38
    /**
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    39
     * The entry point of the test.
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    40
     * @param args the array of command line arguments.
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    41
     */
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    42
    public static void main(String... args) throws Exception {
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    43
        TestBadOverride tester = new TestBadOverride();
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    44
        tester.runTests();
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    45
    }
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    46
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    47
    @Test
53097
2e82ca64b25d 8215516: Move JavadocTester to a named package
jjg
parents: 51127
diff changeset
    48
    public void test() {
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    49
        javadoc("-d", "out",
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    50
                "-sourcepath", testSrc,
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    51
                "pkg4");
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    52
        checkExit(Exit.OK);
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    53
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    54
        checkOutput("pkg4/Foo.html", true,
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 53991
diff changeset
    55
                "<section class=\"detail\">\n"
55339
0530705ca300 8223364: Bad placement of anchor relative to header
hannesw
parents: 55197
diff changeset
    56
                + "<h3><a id=\"toString()\">toString</a></h3>\n"
55197
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54596
diff changeset
    57
                + "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>&nbsp;"
0ca8e495bbba 8214126: Method signatures not formatted correctly in browser
hannesw
parents: 54596
diff changeset
    58
                + "<span class=\"returnType\">void</span>&nbsp;<span class=\"memberName\">toString</span>()</div>\n"
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    59
                + "<div class=\"block\">Why can't I do this ?</div>\n"
54596
86c1da00dd6a 8219998: Eliminate inherently singleton lists
pmuthuswamy
parents: 53991
diff changeset
    60
                + "</section>");
43872
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    61
    }
b5ce3bc28931 8174839: javadoc crashes with a method which does not override a super.
ksrini
parents:
diff changeset
    62
}