langtools/test/com/sun/javadoc/testPrivateClasses/TestPrivateClasses.java
author jjg
Wed, 16 Apr 2014 16:17:09 -0700
changeset 23971 f5ff1f5a8dee
parent 23139 612191246a7d
child 24065 fc4022e50129
permissions -rw-r--r--
8031649: Clean up javadoc tests Reviewed-by: jjg Contributed-by: neil.toda@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/*
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
     2
 * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
 *
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2216
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2216
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 2216
diff changeset
    21
 * questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
/*
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
 * @test
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
    26
 * @bug      4780441 4874845 4978816 8014017 8016328 8025633 8026567
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
 * @summary  Make sure that when the -private flag is not used, members
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
 *           inherited from package private class are documented in the child.
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
 *           Make sure that when a method inherits documentation from a method
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
 *           in a non-public class/interface, the non-public class/interface
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
 *           is not mentioned anywhere (not even in the signature or tree).
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
 *           Make sure that when a private interface method with generic parameters
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
 *           is implemented, the comments can be inherited properly.
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
    36
 *
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
    37
 *           Make sure when no modifier appear in the class signature, the
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
    38
 *           signature is displayed correctly without extra space at the beginning.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
 * @author   jamieh
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
 * @library  ../lib/
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
    41
 * @build    JavadocTester TestPrivateClasses
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
 * @run main TestPrivateClasses
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
public class TestPrivateClasses extends JavadocTester {
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
    //Test information.
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
    48
    private static final String BUG_ID = "4780441-4874845-4978816-8014017";
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
    //Javadoc arguments.
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
    private static final String[] ARGS1 = new String[] {
23139
612191246a7d 8031670: Remove unneeded -source options in javadoc tests
darcy
parents: 21478
diff changeset
    52
        "-d", BUG_ID + "-1", "-sourcepath", SRC_DIR, "pkg", "pkg2"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
    };
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
    private static final String[] ARGS2 = new String[] {
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
        "-d", BUG_ID + "-2", "-sourcepath", SRC_DIR, "-private",
23139
612191246a7d 8031670: Remove unneeded -source options in javadoc tests
darcy
parents: 21478
diff changeset
    56
            "pkg", "pkg2"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
    };
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
    // Test output when -private flag is not used.
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
    private static final String[][] TEST1 = {
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
        // Field inheritence from non-public superclass.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    62
        {BUG_ID + "-1/pkg/PublicChild.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    63
            "<a href=\"../pkg/PublicChild.html#fieldInheritedFromParent\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    64
                "fieldInheritedFromParent</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
        // Method inheritence from non-public superclass.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    68
        {BUG_ID + "-1/pkg/PublicChild.html",
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
    69
            "<a href=\"../pkg/PublicChild.html#methodInheritedFromParent-int-\">" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    70
                "methodInheritedFromParent</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
        // Field inheritence from non-public superinterface.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    74
        {BUG_ID + "-1/pkg/PublicInterface.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    75
            "<a href=\"../pkg/PublicInterface.html#fieldInheritedFromInterface\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    76
                "fieldInheritedFromInterface</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
        // Method inheritence from non-public superinterface.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    80
        {BUG_ID + "-1/pkg/PublicInterface.html",
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
    81
            "<a href=\"../pkg/PublicInterface.html#methodInterface-int-\">" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    82
                "methodInterface</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
        // private class does not show up in tree
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    86
        {BUG_ID + "-1/pkg/PublicChild.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    87
            "<ul class=\"inheritance\">\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    88
            "<li>java.lang.Object</li>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    89
            "<li>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    90
            "<ul class=\"inheritance\">\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    91
            "<li>pkg.PublicChild</li>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    92
            "</ul>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    93
            "</li>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    94
            "</ul>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
        // Method is documented as though it is declared in the inheriting method.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
    98
        {BUG_ID + "-1/pkg/PublicChild.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
    99
            "<pre>public&nbsp;void&nbsp;methodInheritedFromParent(int&nbsp;p1)"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
        //Make sure implemented interfaces from private superclass are inherited
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   103
        {BUG_ID + "-1/pkg/PublicInterface.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   104
            "<dl>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   105
            "<dt>All Known Implementing Classes:</dt>\n" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   106
            "<dd><a href=\"../pkg/PublicChild.html\" title=\"class in pkg\">" +
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   107
            "PublicChild</a></dd>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   108
            "</dl>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   110
        {BUG_ID + "-1/pkg/PublicChild.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   111
            "<dl>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   112
            "<dt>All Implemented Interfaces:</dt>\n" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   113
            "<dd><a href=\"../pkg/PublicInterface.html\" title=\"interface in pkg\">" +
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   114
            "PublicInterface</a></dd>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   115
            "</dl>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
        //Generic interface method test.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   118
        {BUG_ID + "-1/pkg2/C.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
            "This comment should get copied to the implementing class"},
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
    };
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
    private static final String[][] NEGATED_TEST1 = {
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
       // Should not document that a method overrides method from private class.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   123
      {BUG_ID + "-1/pkg/PublicChild.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   124
        "<span class=\"overrideSpecifyLabel\">Overrides:</span>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
      // Should not document that a method specified by private interface.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   126
      {BUG_ID + "-1/pkg/PublicChild.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   127
        "<span class=\"overrideSpecifyLabel\">Specified by:</span>"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   128
      {BUG_ID + "-1/pkg/PublicInterface.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   129
        "<span class=\"overrideSpecifyLabel\">Specified by:</span>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
      // Should not mention that any documentation was copied.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   131
      {BUG_ID + "-1/pkg/PublicChild.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
        "Description copied from"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   133
      {BUG_ID + "-1/pkg/PublicInterface.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
        "Description copied from"},
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
      // Don't extend private classes or interfaces
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   136
      {BUG_ID + "-1/pkg/PublicChild.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
        "PrivateParent"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   138
      {BUG_ID + "-1/pkg/PublicInterface.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
        "PrivateInterface"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   140
      {BUG_ID + "-1/pkg/PublicChild.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
        "PrivateInterface"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   142
      {BUG_ID + "-1/pkg/PublicInterface.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   143
        "All Superinterfaces"},
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
      // Make inherited constant are documented correctly.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   145
      {BUG_ID + "-1/constant-values.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
        "PrivateInterface"},
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
        //Do not inherit private interface method with generic parameters.
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
        //This method has been implemented.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   150
        {BUG_ID + "-1/pkg2/C.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   151
            "<span class=\"memberNameLink\"><a href=\"../pkg2/I.html#hello-T-\">hello</a></span>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
    };
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
    // Test output when -private flag is used.
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
    private static final String[][] TEST2 = {
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
        // Field inheritence from non-public superclass.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   157
        {BUG_ID + "-2/pkg/PublicChild.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   158
            "Fields inherited from class&nbsp;pkg." +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   159
            "<a href=\"../pkg/PrivateParent.html\" title=\"class in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   160
            "PrivateParent</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
        },
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   162
        {BUG_ID + "-2/pkg/PublicChild.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   163
            "<a href=\"../pkg/PrivateParent.html#fieldInheritedFromParent\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   164
                "fieldInheritedFromParent</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
        // Field inheritence from non-public superinterface.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   167
        {BUG_ID + "-2/pkg/PublicInterface.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   168
            "Fields inherited from interface&nbsp;pkg." +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   169
            "<a href=\"../pkg/PrivateInterface.html\" title=\"interface in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   170
            "PrivateInterface</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
        },
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   172
        {BUG_ID + "-2/pkg/PublicInterface.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   173
            "<a href=\"../pkg/PrivateInterface.html#fieldInheritedFromInterface\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   174
                "fieldInheritedFromInterface</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
        // Method inheritence from non-public superclass.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   177
        {BUG_ID + "-2/pkg/PublicChild.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   178
            "Methods inherited from class&nbsp;pkg." +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   179
            "<a href=\"../pkg/PrivateParent.html\" title=\"class in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   180
            "PrivateParent</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   181
        },
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   182
        {BUG_ID + "-2/pkg/PublicChild.html",
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
   183
            "<a href=\"../pkg/PrivateParent.html#methodInheritedFromParent-int-\">" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   184
                "methodInheritedFromParent</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
        // Should document that a method overrides method from private class.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   187
       {BUG_ID + "-2/pkg/PublicChild.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   188
            "<dt><span class=\"overrideSpecifyLabel\">Overrides:</span></dt>\n" +
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
   189
            "<dd><code><a href=\"../pkg/PrivateParent.html#methodOverridenFromParent-char:A-int-T-V-java.util.List-\">" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   190
            "methodOverridenFromParent</a></code>&nbsp;in class&nbsp;<code>" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   191
            "<a href=\"../pkg/PrivateParent.html\" title=\"class in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   192
            "PrivateParent</a></code></dd>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
       // Should document that a method is specified by private interface.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   194
       {BUG_ID + "-2/pkg/PublicChild.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   195
            "<dt><span class=\"overrideSpecifyLabel\">Specified by:</span></dt>\n" +
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
   196
            "<dd><code><a href=\"../pkg/PrivateInterface.html#methodInterface-int-\">" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   197
            "methodInterface</a></code>&nbsp;in interface&nbsp;<code>" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   198
            "<a href=\"../pkg/PrivateInterface.html\" title=\"interface in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   199
            "PrivateInterface</a></code></dd>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   200
       // Method inheritence from non-public superinterface.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   201
       {BUG_ID + "-2/pkg/PublicInterface.html",
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   202
            "Methods inherited from interface&nbsp;pkg." +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   203
            "<a href=\"../pkg/PrivateInterface.html\" title=\"interface in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   204
            "PrivateInterface</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
        },
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   206
        {BUG_ID + "-2/pkg/PrivateInterface.html",
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
   207
            "<a href=\"../pkg/PrivateInterface.html#methodInterface-int-\">" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   208
                "methodInterface</a>"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   209
        },
06bc494ca11e Initial load
duke
parents:
diff changeset
   210
      // Should mention that any documentation was copied.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   211
      {BUG_ID + "-2/pkg/PublicChild.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   212
        "Description copied from"},
06bc494ca11e Initial load
duke
parents:
diff changeset
   213
      // Extend documented private classes or interfaces
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   214
      {BUG_ID + "-2/pkg/PublicChild.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   215
        "extends"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   216
      {BUG_ID + "-2/pkg/PublicInterface.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   217
        "extends"},
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   218
      {BUG_ID + "-2/pkg/PublicInterface.html",
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   219
        "All Superinterfaces"},
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
06bc494ca11e Initial load
duke
parents:
diff changeset
   221
      //Make sure implemented interfaces from private superclass are inherited
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   222
      {BUG_ID + "-2/pkg/PublicInterface.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   223
        "<dl>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   224
        "<dt>All Known Implementing Classes:</dt>\n" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   225
        "<dd><a href=\"../pkg/PrivateParent.html\" title=\"class in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   226
        "PrivateParent</a>, " +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   227
        "<a href=\"../pkg/PublicChild.html\" title=\"class in pkg\">PublicChild" +
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   228
        "</a></dd>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   229
        "</dl>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   230
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   231
      {BUG_ID + "-2/pkg/PublicChild.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   232
        "<dl>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   233
        "<dt>All Implemented Interfaces:</dt>\n" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   234
        "<dd><a href=\"../pkg/PrivateInterface.html\" title=\"interface in pkg\">" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   235
        "PrivateInterface</a>, " +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   236
        "<a href=\"../pkg/PublicInterface.html\" title=\"interface in pkg\">" +
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   237
        "PublicInterface</a></dd>\n" +
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   238
        "</dl>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   239
06bc494ca11e Initial load
duke
parents:
diff changeset
   240
      //Since private flag is used, we can document that private interface method
06bc494ca11e Initial load
duke
parents:
diff changeset
   241
      //with generic parameters has been implemented.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   242
      {BUG_ID + "-2/pkg2/C.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   243
            "<span class=\"descfrmTypeLabel\">Description copied from interface:&nbsp;<code>" +
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
   244
            "<a href=\"../pkg2/I.html#hello-T-\">I</a></code></span>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   245
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   246
      {BUG_ID + "-2/pkg2/C.html",
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   247
            "<dt><span class=\"overrideSpecifyLabel\">Specified by:</span></dt>\n" +
21008
af0b915df7cc 8025633: Fix javadoc to generate valid anchor names
bpatel
parents: 20257
diff changeset
   248
            "<dd><code><a href=\"../pkg2/I.html#hello-T-\">hello</a></code>" +
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   249
            "&nbsp;in interface&nbsp;<code>" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   250
            "<a href=\"../pkg2/I.html\" title=\"interface in pkg2\">I</a>" +
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 5520
diff changeset
   251
            "&lt;java.lang.String&gt;</code></dd>"},
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
   252
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
   253
      //Make sure when no modifier appear in the class signature, the
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
   254
      //signature is displayed correctly without extra space at the beginning.
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   255
      {BUG_ID + "-2/pkg/PrivateParent.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   256
            "<pre>class <span class=\"typeNameLabel\">PrivateParent</span>"},
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
   257
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   258
      {BUG_ID + "-2/pkg/PublicChild.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   259
            "<pre>public class <span class=\"typeNameLabel\">PublicChild</span>"},
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   260
    };
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
   261
    private static final String[][] NEGATED_TEST2 = {
23971
f5ff1f5a8dee 8031649: Clean up javadoc tests
jjg
parents: 23139
diff changeset
   262
        {BUG_ID + "-2/pkg/PrivateParent.html",
21478
fa4c7cda1b41 8026567: Use meaningful style names for strong and italic styles.
bpatel
parents: 21008
diff changeset
   263
            "<pre> class <span class=\"typeNameLabel\">PrivateParent</span>"},
18651
439898801aa4 8014017: extra space in javadoc class heading
bpatel
parents: 7681
diff changeset
   264
    };
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   265
06bc494ca11e Initial load
duke
parents:
diff changeset
   266
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   267
     * The entry point of the test.
06bc494ca11e Initial load
duke
parents:
diff changeset
   268
     * @param args the array of command line arguments.
06bc494ca11e Initial load
duke
parents:
diff changeset
   269
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   270
    public static void main(String[] args) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   271
        TestPrivateClasses tester = new TestPrivateClasses();
06bc494ca11e Initial load
duke
parents:
diff changeset
   272
        run(tester, ARGS1, TEST1, NEGATED_TEST1);
06bc494ca11e Initial load
duke
parents:
diff changeset
   273
        run(tester, ARGS2, TEST2, NEGATED_TEST2);
06bc494ca11e Initial load
duke
parents:
diff changeset
   274
        tester.printSummary();
06bc494ca11e Initial load
duke
parents:
diff changeset
   275
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   276
06bc494ca11e Initial load
duke
parents:
diff changeset
   277
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   278
     * {@inheritDoc}
06bc494ca11e Initial load
duke
parents:
diff changeset
   279
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   280
    public String getBugId() {
06bc494ca11e Initial load
duke
parents:
diff changeset
   281
        return BUG_ID;
06bc494ca11e Initial load
duke
parents:
diff changeset
   282
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   283
06bc494ca11e Initial load
duke
parents:
diff changeset
   284
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   285
     * {@inheritDoc}
06bc494ca11e Initial load
duke
parents:
diff changeset
   286
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   287
    public String getBugName() {
06bc494ca11e Initial load
duke
parents:
diff changeset
   288
        return getClass().getName();
06bc494ca11e Initial load
duke
parents:
diff changeset
   289
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   290
}