langtools/test/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java
author ksrini
Mon, 14 Mar 2016 15:04:57 -0700
changeset 36705 890c250d8da8
parent 36038 39c5445924b9
child 36709 f9f252088afa
permissions -rw-r--r--
8071982: Update tests for revamped Doclet API 8071984: Update test cases for repeating and type annotations output in javadoc Reviewed-by: ksrini, bpatel Contributed-by: oleg.barbashov@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     1
/*
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
     2
 * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     4
 *
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     7
 * published by the Free Software Foundation.
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     8
 *
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    13
 * accompanied this code).
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    14
 *
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    18
 *
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    21
 * questions.
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    22
 */
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    23
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    24
/*
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    25
 * @test
36705
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
    26
 * @bug      8005091 8009686 8025633 8026567 6469562 8071982 8071984
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    27
 * @summary  Make sure that type annotations are displayed correctly
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    28
 * @author   Bhavesh Patel
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    29
 * @library  ../lib
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 26532
diff changeset
    30
 * @modules jdk.javadoc
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    31
 * @build    JavadocTester
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    32
 * @run main TestTypeAnnotations
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    33
 */
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    34
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    35
public class TestTypeAnnotations extends JavadocTester {
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    36
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    37
    public static void main(String... args) throws Exception {
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    38
        TestTypeAnnotations tester = new TestTypeAnnotations();
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    39
        tester.runTests();
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    40
    }
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    41
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    42
    @Test
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    43
    void test() {
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    44
        javadoc("-d", "out",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    45
                "-sourcepath", testSrc,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    46
                "-private",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    47
                "typeannos");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    48
        checkExit(Exit.OK);
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    49
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    50
        // Test for type annotations on Class Extends (ClassExtends.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    51
        checkOutput("typeannos/MyClass.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    52
                "extends <a href=\"../typeannos/ClassExtA.html\" title=\"annotation "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    53
                + "in typeannos\">@ClassExtA</a> <a href=\"../typeannos/ParameterizedClass.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    54
                + "title=\"class in typeannos\">ParameterizedClass</a>&lt;<a href=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    55
                + "../typeannos/ClassExtB.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    56
                + "@ClassExtB</a> java.lang.String&gt;",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    57
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    58
                "implements <a href=\"../typeannos/ClassExtB.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    59
                + "annotation in typeannos\">@ClassExtB</a> java.lang.CharSequence, "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    60
                + "<a href=\"../typeannos/ClassExtA.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    61
                + "typeannos\">@ClassExtA</a> <a href=\"../typeannos/ParameterizedInterface.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    62
                + "title=\"interface in typeannos\">ParameterizedInterface</a>&lt;"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    63
                + "<a href=\"../typeannos/ClassExtB.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    64
                + "typeannos\">@ClassExtB</a> java.lang.String&gt;</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    65
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    66
        checkOutput("typeannos/MyInterface.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    67
                "extends <a href=\"../typeannos/ClassExtA.html\" title=\"annotation "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    68
                + "in typeannos\">@ClassExtA</a> <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    69
                + "ParameterizedInterface.html\" title=\"interface in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    70
                + "ParameterizedInterface</a>&lt;<a href=\"../typeannos/ClassExtA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    71
                + "title=\"annotation in typeannos\">@ClassExtA</a> java.lang.String&gt;, "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    72
                + "<a href=\"../typeannos/ClassExtB.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    73
                + "typeannos\">@ClassExtB</a> java.lang.CharSequence</pre>");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    74
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
    75
        // Test for type annotations on Class Parameters (ClassParameters.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    76
        checkOutput("typeannos/ExtendsBound.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    77
                "class <span class=\"typeNameLabel\">ExtendsBound&lt;K extends <a "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    78
                + "href=\"../typeannos/ClassParamA.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    79
                + "typeannos\">@ClassParamA</a> java.lang.String&gt;</span>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    80
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    81
        checkOutput("typeannos/ExtendsGeneric.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    82
                "<pre>class <span class=\"typeNameLabel\">ExtendsGeneric&lt;K extends "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    83
                + "<a href=\"../typeannos/ClassParamA.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    84
                + "typeannos\">@ClassParamA</a> <a href=\"../typeannos/Unannotated.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    85
                + "title=\"class in typeannos\">Unannotated</a>&lt;<a href=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    86
                + "../typeannos/ClassParamB.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    87
                + "@ClassParamB</a> java.lang.String&gt;&gt;</span>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    88
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    89
        checkOutput("typeannos/TwoBounds.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    90
                "<pre>class <span class=\"typeNameLabel\">TwoBounds&lt;K extends <a href=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    91
                + "../typeannos/ClassParamA.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    92
                + "@ClassParamA</a> java.lang.String,V extends <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    93
                + "ClassParamB.html\" title=\"annotation in typeannos\">@ClassParamB"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    94
                + "</a> java.lang.String&gt;</span>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    95
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    96
        checkOutput("typeannos/Complex1.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    97
                "class <span class=\"typeNameLabel\">Complex1&lt;K extends <a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    98
                + "typeannos/ClassParamA.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
    99
                + "@ClassParamA</a> java.lang.String &amp; java.lang.Runnable&gt;</span>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   100
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   101
        checkOutput("typeannos/Complex2.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   102
                "class <span class=\"typeNameLabel\">Complex2&lt;K extends java.lang."
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   103
                + "String &amp; <a href=\"../typeannos/ClassParamB.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   104
                + "annotation in typeannos\">@ClassParamB</a> java.lang.Runnable&gt;</span>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   105
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   106
        checkOutput("typeannos/ComplexBoth.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   107
                "class <span class=\"typeNameLabel\">ComplexBoth&lt;K extends <a href=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   108
                + "../typeannos/ClassParamA.html\" title=\"annotation in typeannos\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   109
                + ">@ClassParamA</a> java.lang.String &amp; <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   110
                + "ClassParamA.html\" title=\"annotation in typeannos\">@ClassParamA"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   111
                + "</a> java.lang.Runnable&gt;</span>");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   112
16969
b58d8a70d921 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel
parents: 16964
diff changeset
   113
        // Test for type annotations on fields (Fields.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   114
        checkOutput("typeannos/DefaultScope.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   115
                "<pre><a href=\"../typeannos/Parameterized.html\" title=\"class in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   116
                + "typeannos\">Parameterized</a>&lt;<a href=\"../typeannos/FldA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   117
                + "title=\"annotation in typeannos\">@FldA</a> java.lang.String,<a "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   118
                + "href=\"../typeannos/FldB.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   119
                + "@FldB</a> java.lang.String&gt; bothTypeArgs</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   120
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   121
                "<pre><a href=\"../typeannos/FldA.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   122
                + "typeannos\">@FldA</a> java.lang.String <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   123
                + "FldB.html\" title=\"annotation in typeannos\">@FldB</a> [] "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   124
                + "array1Deep</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   125
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   126
                "<pre>java.lang.String <a href=\"../typeannos/FldB.html\" "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   127
                + "title=\"annotation in typeannos\">@FldB</a> [][] array2SecondOld</pre>",
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   128
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   129
                // When JDK-8068737, we should change the order
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   130
                "<pre><a href=\"../typeannos/FldD.html\" title=\"annotation in typeannos\">"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   131
                + "@FldD</a> java.lang.String "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   132
                + "<a href=\"../typeannos/FldC.html\" title=\"annotation in typeannos\">@FldC</a> "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   133
                + "<a href=\"../typeannos/FldB.html\" title=\"annotation in typeannos\">@FldB</a> [] "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   134
                + "<a href=\"../typeannos/FldC.html\" title=\"annotation in typeannos\">@FldC</a> "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   135
                + "<a href=\"../typeannos/FldA.html\" title=\"annotation in typeannos\">@FldA</a> [] "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   136
                + "array2Deep</pre>");
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   137
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   138
        checkOutput("typeannos/ModifiedScoped.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   139
                "<pre>public final&nbsp;<a href=\"../typeannos/Parameterized.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   140
                + "title=\"class in typeannos\">Parameterized</a>&lt;<a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   141
                + "typeannos/FldA.html\" title=\"annotation in typeannos\">@FldA</a> "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   142
                + "<a href=\"../typeannos/Parameterized.html\" title=\"class in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   143
                + "typeannos\">Parameterized</a>&lt;<a href=\"../typeannos/FldA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   144
                + "title=\"annotation in typeannos\">@FldA</a> java.lang.String,<a "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   145
                + "href=\"../typeannos/FldB.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   146
                + "@FldB</a> java.lang.String&gt;,<a href=\"../typeannos/FldB.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   147
                + "title=\"annotation in typeannos\">@FldB</a> java.lang.String&gt; "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   148
                + "nestedParameterized</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   149
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   150
                "<pre>public final&nbsp;<a href=\"../typeannos/FldA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   151
                + "title=\"annotation in typeannos\">@FldA</a> java.lang.String[][] "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   152
                + "array2</pre>");
16969
b58d8a70d921 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel
parents: 16964
diff changeset
   153
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   154
        // Test for type annotations on method return types (MethodReturnType.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   155
        checkOutput("typeannos/MtdDefaultScope.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   156
                "<pre>public&nbsp;&lt;T&gt;&nbsp;<a href=\"../typeannos/MRtnA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   157
                + "title=\"annotation in typeannos\">@MRtnA</a> java.lang.String"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   158
                + "&nbsp;method()</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   159
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   160
                // When JDK-8068737 is fixed, we should change the order
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   161
                "<pre><a href=\"../typeannos/MRtnA.html\" title=\"annotation in typeannos\">"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   162
                + "@MRtnA</a> java.lang.String "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   163
                + "<a href=\"../typeannos/MRtnB.html\" title=\"annotation in typeannos\">@MRtnB</a> [] "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   164
                + "<a href=\"../typeannos/MRtnA.html\" title=\"annotation in typeannos\">@MRtnA</a> []"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   165
                + "&nbsp;array2Deep()</pre>",
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   166
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   167
                "<pre><a href=\"../typeannos/MRtnA.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   168
                + "typeannos\">@MRtnA</a> java.lang.String[][]&nbsp;array2()</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   169
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   170
        checkOutput("typeannos/MtdModifiedScoped.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   171
                "<pre>public final&nbsp;<a href=\"../typeannos/MtdParameterized.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   172
                + "title=\"class in typeannos\">MtdParameterized</a>&lt;<a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   173
                + "typeannos/MRtnA.html\" title=\"annotation in typeannos\">@MRtnA</a> "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   174
                + "<a href=\"../typeannos/MtdParameterized.html\" title=\"class in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   175
                + "typeannos\">MtdParameterized</a>&lt;<a href=\"../typeannos/MRtnA."
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   176
                + "html\" title=\"annotation in typeannos\">@MRtnA</a> java.lang."
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   177
                + "String,<a href=\"../typeannos/MRtnB.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   178
                + "typeannos\">@MRtnB</a> java.lang.String&gt;,<a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   179
                + "MRtnB.html\" title=\"annotation in typeannos\">@MRtnB</a> java."
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   180
                + "lang.String&gt;&nbsp;nestedMtdParameterized()</pre>");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   181
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   182
        // Test for type annotations on method type parameters (MethodTypeParameters.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   183
        checkOutput("typeannos/UnscopedUnmodified.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   184
                "<pre>&lt;K extends <a href=\"../typeannos/MTyParamA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   185
                + "annotation in typeannos\">@MTyParamA</a> java.lang.String&gt;"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   186
                + "&nbsp;void&nbsp;methodExtends()</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   187
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   188
                "<pre>&lt;K extends <a href=\"../typeannos/MTyParamA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   189
                + "annotation in typeannos\">@MTyParamA</a> <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   190
                + "MtdTyParameterized.html\" title=\"class in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   191
                + "MtdTyParameterized</a>&lt;<a href=\"../typeannos/MTyParamB.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   192
                + "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   193
                + "&gt;&gt;&nbsp;void&nbsp;nestedExtends()</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   194
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   195
        checkOutput("typeannos/PublicModifiedMethods.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   196
                "<pre>public final&nbsp;&lt;K extends <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   197
                + "MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   198
                + "java.lang.String&gt;&nbsp;void&nbsp;methodExtends()</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   199
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   200
                "<pre>public final&nbsp;&lt;K extends <a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   201
                + "MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   202
                + "java.lang.String,V extends <a href=\"../typeannos/MTyParamA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   203
                + "title=\"annotation in typeannos\">@MTyParamA</a> <a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   204
                + "typeannos/MtdTyParameterized.html\" title=\"class in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   205
                + "MtdTyParameterized</a>&lt;<a href=\"../typeannos/MTyParamB.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   206
                + "title=\"annotation in typeannos\">@MTyParamB</a> java.lang.String"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   207
                + "&gt;&gt;&nbsp;void&nbsp;dual()</pre>");
16969
b58d8a70d921 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel
parents: 16964
diff changeset
   208
b58d8a70d921 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel
parents: 16964
diff changeset
   209
        // Test for type annotations on parameters (Parameters.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   210
        checkOutput("typeannos/Parameters.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   211
                "<pre>void&nbsp;unannotated(<a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   212
                + "ParaParameterized.html\" title=\"class in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   213
                + "ParaParameterized</a>&lt;java.lang.String,java.lang.String&gt;"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   214
                + "&nbsp;a)</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   215
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   216
                "<pre>void&nbsp;nestedParaParameterized(<a href=\"../typeannos/"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   217
                + "ParaParameterized.html\" title=\"class in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   218
                + "ParaParameterized</a>&lt;<a href=\"../typeannos/ParamA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   219
                + "title=\"annotation in typeannos\">@ParamA</a> <a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   220
                + "typeannos/ParaParameterized.html\" title=\"class in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   221
                + "ParaParameterized</a>&lt;<a href=\"../typeannos/ParamA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   222
                + "title=\"annotation in typeannos\">@ParamA</a> java.lang.String,"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   223
                + "<a href=\"../typeannos/ParamB.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   224
                + "typeannos\">@ParamB</a> java.lang.String&gt;,<a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   225
                + "typeannos/ParamB.html\" title=\"annotation in typeannos\">@ParamB"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   226
                + "</a> java.lang.String&gt;&nbsp;a)</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   227
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   228
                // When JDK-8068737 is fixed, we should change the order
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   229
                "<pre>void&nbsp;array2Deep(<a href=\"../typeannos/ParamA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   230
                + "title=\"annotation in typeannos\">@ParamA</a> java.lang.String "
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   231
                + "<a href=\"../typeannos/ParamB.html\" title=\"annotation in typeannos\">"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   232
                + "@ParamB</a> [] "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   233
                + "<a href=\"../typeannos/ParamA.html\" title=\"annotation in typeannos\">"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   234
                + "@ParamA</a> []"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   235
                + "&nbsp;a)</pre>");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   236
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   237
        // Test for type annotations on throws (Throws.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   238
        checkOutput("typeannos/ThrDefaultUnmodified.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   239
                "<pre>void&nbsp;oneException()\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   240
                + "           throws <a href=\"../typeannos/ThrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   241
                + "annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   242
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   243
                "<pre>void&nbsp;twoExceptions()\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   244
                + "            throws <a href=\"../typeannos/ThrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   245
                + "annotation in typeannos\">@ThrA</a> java.lang.RuntimeException,\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   246
                + "                   <a href=\"../typeannos/ThrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   247
                + "annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   248
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   249
        checkOutput("typeannos/ThrPublicModified.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   250
                "<pre>public final&nbsp;void&nbsp;oneException(java.lang.String&nbsp;a)\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   251
                + "                        throws <a href=\"../typeannos/ThrA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   252
                + "title=\"annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   253
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   254
                "<pre>public final&nbsp;void&nbsp;twoExceptions(java.lang.String&nbsp;a)\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   255
                + "                         throws <a href=\"../typeannos/ThrA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   256
                + "title=\"annotation in typeannos\">@ThrA</a> java.lang.RuntimeException,\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   257
                + "                                <a href=\"../typeannos/ThrA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   258
                + "title=\"annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   259
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   260
        checkOutput("typeannos/ThrWithValue.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   261
                "<pre>void&nbsp;oneException()\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   262
                + "           throws <a href=\"../typeannos/ThrB.html\" title=\""
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   263
                + "annotation in typeannos\">@ThrB</a>("
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   264
                + "\"m\") java.lang.Exception</pre>",
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   265
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   266
                "<pre>void&nbsp;twoExceptions()\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   267
                + "            throws <a href=\"../typeannos/ThrB.html\" title=\""
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   268
                + "annotation in typeannos\">@ThrB</a>("
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   269
                + "\"m\") java.lang.RuntimeException,\n"
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   270
                + "                   <a href=\"../typeannos/ThrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   271
                + "annotation in typeannos\">@ThrA</a> java.lang.Exception</pre>");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   272
16969
b58d8a70d921 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel
parents: 16964
diff changeset
   273
        // Test for type annotations on type parameters (TypeParameters.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   274
        checkOutput("typeannos/TestMethods.html", true,
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   275
                "<pre>&lt;K,<a href=\"../typeannos/TyParaA.html\" title=\"annotation in typeannos\">"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   276
                + "@TyParaA</a> V extends <a href=\"../typeannos/TyParaA.html\" "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   277
                + "title=\"annotation in typeannos\">@TyParaA</a> "
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   278
                + "java.lang.String&gt;&nbsp;void&nbsp;secondAnnotated()</pre>"
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 30730
diff changeset
   279
        );
16969
b58d8a70d921 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel
parents: 16964
diff changeset
   280
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   281
        // Test for type annotations on wildcard type (Wildcards.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   282
        checkOutput("typeannos/BoundTest.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   283
                "<pre>void&nbsp;wcExtends(<a href=\"../typeannos/MyList.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   284
                + "title=\"class in typeannos\">MyList</a>&lt;? extends <a href=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   285
                + "../typeannos/WldA.html\" title=\"annotation in typeannos\">@WldA"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   286
                + "</a> java.lang.String&gt;&nbsp;l)</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   287
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   288
                "<pre><a href=\"../typeannos/MyList.html\" title=\"class in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   289
                + "typeannos\">MyList</a>&lt;? super <a href=\"../typeannos/WldA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   290
                + "title=\"annotation in typeannos\">@WldA</a> java.lang.String&gt;"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   291
                + "&nbsp;returnWcSuper()</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   292
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   293
        checkOutput("typeannos/BoundWithValue.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   294
                "<pre>void&nbsp;wcSuper(<a href=\"../typeannos/MyList.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   295
                + "class in typeannos\">MyList</a>&lt;? super <a href=\"../typeannos/"
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   296
                + "WldB.html\" title=\"annotation in typeannos\">@WldB</a>("
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   297
                + "\"m\") java.lang."
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   298
                + "String&gt;&nbsp;l)</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   299
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   300
                "<pre><a href=\"../typeannos/MyList.html\" title=\"class in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   301
                + "typeannos\">MyList</a>&lt;? extends <a href=\"../typeannos/WldB."
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   302
                + "html\" title=\"annotation in typeannos\">@WldB</a>("
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   303
                + "\"m\") java.lang.String"
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   304
                + "&gt;&nbsp;returnWcExtends()</pre>");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   305
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   306
        // Test for receiver annotations (Receivers.java).
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   307
        checkOutput("typeannos/DefaultUnmodified.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   308
                "<pre>void&nbsp;withException(<a href=\"../typeannos/RcvrA.html\" "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   309
                + "title=\"annotation in typeannos\">@RcvrA</a>&nbsp;"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   310
                + "DefaultUnmodified&nbsp;this)\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   311
                + "            throws java."
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   312
                + "lang.Exception</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   313
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   314
                "<pre>java.lang.String&nbsp;nonVoid(<a href=\"../typeannos/RcvrA."
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   315
                + "html\" title=\"annotation in typeannos\">@RcvrA</a> <a href=\"../"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   316
                + "typeannos/RcvrB.html\" title=\"annotation in typeannos\">@RcvrB"
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   317
                + "</a>(\"m\")"
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   318
                + "&nbsp;DefaultUnmodified&nbsp;this)</pre>",
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   319
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   320
                "<pre>&lt;T extends java.lang.Runnable&gt;&nbsp;void&nbsp;accept("
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   321
                + "<a href=\"../typeannos/RcvrA.html\" title=\"annotation in "
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   322
                + "typeannos\">@RcvrA</a>&nbsp;DefaultUnmodified&nbsp;this,\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   323
                + "                                           T&nbsp;r)\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   324
                + "                                    throws java.lang.Exception</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   325
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   326
        checkOutput("typeannos/PublicModified.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   327
                "<pre>public final&nbsp;java.lang.String&nbsp;nonVoid(<a href=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   328
                + "../typeannos/RcvrA.html\" title=\"annotation in typeannos\">"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   329
                + "@RcvrA</a>&nbsp;PublicModified&nbsp;this)</pre>",
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   330
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   331
                "<pre>public final&nbsp;&lt;T extends java.lang.Runnable&gt;&nbsp;"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   332
                + "void&nbsp;accept(<a href=\"../typeannos/RcvrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   333
                + "annotation in typeannos\">@RcvrA</a>&nbsp;PublicModified&nbsp;this,\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   334
                + "                                                        T&nbsp;r)\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   335
                + "                                                 throws java.lang.Exception</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   336
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   337
        checkOutput("typeannos/WithValue.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   338
                "<pre>&lt;T extends java.lang.Runnable&gt;&nbsp;void&nbsp;accept("
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   339
                + "<a href=\"../typeannos/RcvrB.html\" title=\"annotation in "
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   340
                + "typeannos\">@RcvrB</a>("
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   341
                + "\"m\")&nbsp;WithValue&nbsp;this,\n"
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   342
                + "                                           T&nbsp;r)\n"
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   343
                + "                                    throws java.lang.Exception</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   344
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   345
        checkOutput("typeannos/WithFinal.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   346
                "<pre>java.lang.String&nbsp;nonVoid(<a href=\"../typeannos/RcvrB."
36038
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   347
                + "html\" title=\"annotation in typeannos\">@RcvrB</a>("
39c5445924b9 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy
parents: 35426
diff changeset
   348
                + "\"m\")&nbsp;WithFinal"
24399
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   349
                + "&nbsp;this)</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   350
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   351
        checkOutput("typeannos/WithBody.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   352
                "<pre>void&nbsp;field(<a href=\"../typeannos/RcvrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   353
                + "annotation in typeannos\">@RcvrA</a>&nbsp;WithBody&nbsp;this)</pre>");
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   354
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   355
        checkOutput("typeannos/Generic2.html", true,
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   356
                "<pre>void&nbsp;test2(<a href=\"../typeannos/RcvrA.html\" title=\""
af1a0220d0fa 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg
parents: 24072
diff changeset
   357
                + "annotation in typeannos\">@RcvrA</a>&nbsp;Generic2&lt;X&gt;&nbsp;this)</pre>");
36705
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   358
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   359
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   360
        // Test for repeated type annotations (RepeatedAnnotations.java).
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   361
        checkOutput("typeannos/RepeatingAtClassLevel.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   362
                "<pre><a href=\"../typeannos/RepTypeA.html\" title=\"annotation in "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   363
                + "typeannos\">@RepTypeA</a> <a href=\"../typeannos/RepTypeA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   364
                + "title=\"annotation in typeannos\">@RepTypeA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   365
                + "\"../typeannos/RepTypeB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   366
                + "@RepTypeB</a> <a href=\"../typeannos/RepTypeB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   367
                + "\"annotation in typeannos\">@RepTypeB</a>\nclass <span class="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   368
                + "\"typeNameLabel\">RepeatingAtClassLevel</span>\nextends "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   369
                + "java.lang.Object</pre>");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   370
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   371
// @ignore 8146008
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   372
//        checkOutput("typeannos/RepeatingAtClassLevel2.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   373
//                "<pre><a href=\"../typeannos/RepTypeUseA.html\" title=\"annotation "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   374
//                + "in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   375
//                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   376
//                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   377
//                + "\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   378
//                + "title=\"annotation in typeannos\">@RepTypeUseB</a>\nclass <span "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   379
//                + "class=\"typeNameLabel\">RepeatingAtClassLevel2</span>\nextends "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   380
//                + "java.lang.Object</pre>");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   381
//
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   382
//        checkOutput("typeannos/RepeatingAtClassLevel2.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   383
//                "<pre><a href=\"../typeannos/RepAllContextsA.html\" title=\"annotation"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   384
//                + " in typeannos\">@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   385
//                + "\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   386
//                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   387
//                + "\">@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   388
//                + "\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   389
//                + "class <span class=\"typeNameLabel\">RepeatingAtClassLevel3</span>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   390
//                + "extends java.lang.Object</pre>");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   391
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   392
        checkOutput("typeannos/RepeatingOnConstructor.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   393
                "<pre><a href=\"../typeannos/RepConstructorA.html\" title=\"annotation "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   394
                + "in typeannos\">@RepConstructorA</a> <a href=\"../typeannos/RepConstructorA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   395
                + "\" title=\"annotation in typeannos\">@RepConstructorA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   396
                + "\"../typeannos/RepConstructorB.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   397
                + "\">@RepConstructorB</a> <a href=\"../typeannos/RepConstructorB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   398
                + "\" title=\"annotation in typeannos\">@RepConstructorB</a>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   399
                + "RepeatingOnConstructor()</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   400
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   401
                "<pre><a href=\"../typeannos/RepConstructorA.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   402
                + "\">@RepConstructorA</a> <a href=\"../typeannos/RepConstructorA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   403
                + "\" title=\"annotation in typeannos\">@RepConstructorA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   404
                + "\"../typeannos/RepConstructorB.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   405
                + "\">@RepConstructorB</a> <a href=\"../typeannos/RepConstructorB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   406
                + "\" title=\"annotation in typeannos\">@RepConstructorB</a>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   407
                + "RepeatingOnConstructor(int&nbsp;i,\n                       int&nbsp;j)</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   408
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   409
                "<pre><a href=\"../typeannos/RepAllContextsA.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   410
                + "\">@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   411
                + "\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   412
                + "<a href=\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   413
                + "\">@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   414
                + "\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   415
                + "RepeatingOnConstructor(int&nbsp;i,\n                       int&nbsp;j,\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   416
                + "                       int&nbsp;k)</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   417
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   418
                "<pre>RepeatingOnConstructor(<a href=\"../typeannos/RepParameterA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   419
                + "\" title=\"annotation in typeannos\">@RepParameterA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   420
                + "\"../typeannos/RepParameterA.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   421
                + "\">@RepParameterA</a> <a href=\"../typeannos/RepParameterB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   422
                + "\" title=\"annotation in typeannos\">@RepParameterB</a> "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   423
                + "<a href=\"../typeannos/RepParameterB.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   424
                + "\">@RepParameterB</a>\n                       java.lang.String&nbsp;parameter,\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   425
                + "                       <a href=\"../typeannos/RepParameterA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   426
                + "title=\"annotation in typeannos\">@RepParameterA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   427
                + "\"../typeannos/RepParameterA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   428
                + "@RepParameterA</a> <a href=\"../typeannos/RepParameterB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   429
                + "title=\"annotation in typeannos\">@RepParameterB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   430
                + "\"../typeannos/RepParameterB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   431
                + "@RepParameterB</a>\n                       java.lang.String "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   432
                + "<a href=\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   433
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   434
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   435
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">@RepTypeUseB</a> "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   436
                + "<a href=\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   437
                + "@RepTypeUseB</a> ...&nbsp;vararg)</pre>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   438
        );
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   439
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   440
        checkOutput("typeannos/RepeatingOnConstructor.Inner.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   441
                "<code><span class=\"memberNameLink\"><a href=\"../typeannos/RepeatingOnConstructor.Inner.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   442
                + "#Inner-java.lang.String-java.lang.String...-\">Inner</a></span>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   443
                + "(java.lang.String&nbsp;parameter,\n     java.lang.String <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   444
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   445
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   446
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   447
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   448
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   449
                + "@RepTypeUseB</a> ...&nbsp;vararg)</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   450
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   451
                "Inner(<a href=\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   452
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   453
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   454
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   455
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   456
                + "@RepTypeUseB</a>&nbsp;RepeatingOnConstructor&nbsp;this,\n      <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   457
                + "\"../typeannos/RepParameterA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   458
                + "@RepParameterA</a> <a href=\"../typeannos/RepParameterA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   459
                + "\"annotation in typeannos\">@RepParameterA</a> <a href=\"../typeannos/RepParameterB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   460
                + "\" title=\"annotation in typeannos\">@RepParameterB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   461
                + "\"../typeannos/RepParameterB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   462
                + "@RepParameterB</a>\n      java.lang.String&nbsp;parameter,\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   463
                + "      <a href=\"../typeannos/RepParameterA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   464
                + "@RepParameterA</a> <a href=\"../typeannos/RepParameterA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   465
                + "\"annotation in typeannos\">@RepParameterA</a> <a href=\"../typeannos/RepParameterB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   466
                + "\" title=\"annotation in typeannos\">@RepParameterB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   467
                + "\"../typeannos/RepParameterB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   468
                + "@RepParameterB</a>\n      java.lang.String <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   469
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   470
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   471
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   472
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   473
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> ...&nbsp;vararg)");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   474
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   475
        checkOutput("typeannos/RepeatingOnField.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   476
                "<code>(package private) java.lang.Integer</code></td>\n<td class=\"colLast\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   477
                + "<code><span class=\"memberNameLink\"><a href=\"../typeannos/RepeatingOnField.html#i1"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   478
                + "\">i1</a></span></code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   479
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   480
                "<code>(package private) <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   481
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\""
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   482
                + "../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   483
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   484
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   485
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.Integer</code></td>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   486
                + "<td class=\"colLast\"><code><span class=\"memberNameLink\"><a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   487
                + "\"../typeannos/RepeatingOnField.html#i2\">i2</a></span></code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   488
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   489
                "<code>(package private) <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   490
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   491
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   492
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   493
                + "@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   494
                + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.Integer</code>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   495
                + "</td>\n<td class=\"colLast\"><code><span class=\"memberNameLink\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   496
                + "<a href=\"../typeannos/RepeatingOnField.html#i3\">i3</a></span></code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   497
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   498
                "<code>(package private) <a href=\"../typeannos/RepAllContextsA.html\" title=\""
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   499
                + "annotation in typeannos\">@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   500
                + "\" title=\"annotation in typeannos\">@RepAllContextsA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   501
                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   502
                + "@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   503
                + "\"annotation in typeannos\">@RepAllContextsB</a> java.lang.Integer</code>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   504
                + "</td>\n<td class=\"colLast\"><code><span class=\"memberNameLink\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   505
                + "<a href=\"../typeannos/RepeatingOnField.html#i4\">i4</a></span></code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   506
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   507
                "<code>(package private) java.lang.String <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   508
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   509
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   510
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   511
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   512
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> [] <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   513
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   514
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   515
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   516
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   517
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   518
                + "@RepTypeUseB</a> []</code></td>\n<td class=\"colLast\"><code><span class="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   519
                + "\"memberNameLink\"><a href=\"../typeannos/RepeatingOnField.html#sa"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   520
                + "\">sa</a></span></code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   521
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   522
                "<pre><a href=\"../typeannos/RepFieldA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   523
                + "@RepFieldA</a> <a href=\"../typeannos/RepFieldA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   524
                + "\"annotation in typeannos\">@RepFieldA</a>\n<a href=\"../typeannos/RepFieldB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   525
                + "\" title=\"annotation in typeannos\">@RepFieldB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   526
                + "\"../typeannos/RepFieldB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   527
                + "@RepFieldB</a>\njava.lang.Integer i1</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   528
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   529
                "<pre><a href=\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   530
                + "\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   531
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   532
                + "<a href=\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   533
                + "@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   534
                + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.Integer i2</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   535
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   536
                "<pre><a href=\"../typeannos/RepFieldA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   537
                + "@RepFieldA</a> <a href=\"../typeannos/RepFieldA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   538
                + "\"annotation in typeannos\">@RepFieldA</a>\n<a href=\"../typeannos/RepFieldB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   539
                + "\" title=\"annotation in typeannos\">@RepFieldB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   540
                + "\"../typeannos/RepFieldB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   541
                + "@RepFieldB</a>\n<a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   542
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   543
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   544
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   545
                + "@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   546
                + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.Integer i3</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   547
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   548
                "<pre><a href=\"../typeannos/RepAllContextsA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   549
                + "@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   550
                + "\" title=\"annotation in typeannos\">@RepAllContextsA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   551
                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   552
                + "@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   553
                + "\" title=\"annotation in typeannos\">@RepAllContextsB</a>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   554
                + "<a href=\"../typeannos/RepAllContextsA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   555
                + "@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   556
                + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   557
                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   558
                + "@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   559
                + "\" title=\"annotation in typeannos\">@RepAllContextsB</a> java.lang.Integer i4</pre>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   560
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   561
                "<pre>java.lang.String <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   562
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   563
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   564
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   565
                + "@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   566
                + "\"annotation in typeannos\">@RepTypeUseB</a> [] <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   567
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   568
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   569
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   570
                + "title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   571
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   572
                + "@RepTypeUseB</a> [] sa</pre>");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   573
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   574
        checkOutput("typeannos/RepeatingOnMethod.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   575
                "<code>(package private) java.lang.String</code></td>\n<td class="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   576
                + "\"colLast\"><code><span class=\"memberNameLink\"><a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   577
                + "\"../typeannos/RepeatingOnMethod.html#test1--\">test1</a></span>()</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   578
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   579
                "<code>(package private) <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   580
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   581
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   582
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   583
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   584
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String</code>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   585
                + "</td>\n<td class=\"colLast\"><code><span class=\"memberNameLink\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   586
                + "<a href=\"../typeannos/RepeatingOnMethod.html#test2--\">test2</a>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   587
                + "</span>()</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   588
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   589
                "<code>(package private) <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   590
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   591
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   592
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   593
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   594
                + "title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String</code>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   595
                + "</td>\n<td class=\"colLast\"><code><span class=\"memberNameLink\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   596
                + "<a href=\"../typeannos/RepeatingOnMethod.html#test3--\">test3</a>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   597
                + "</span>()</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   598
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   599
                "<code>(package private) <a href=\"../typeannos/RepAllContextsA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   600
                + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   601
                + "\"../typeannos/RepAllContextsA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   602
                + "@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   603
                + "title=\"annotation in typeannos\">@RepAllContextsB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   604
                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   605
                + "@RepAllContextsB</a> java.lang.String</code></td>\n<td class=\"colLast\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   606
                + "<code><span class=\"memberNameLink\"><a href=\"../typeannos/RepeatingOnMethod.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   607
                + "#test4--\">test4</a></span>()</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   608
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   609
                "<code><span class=\"memberNameLink\"><a href=\"../typeannos/RepeatingOnMethod.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   610
                + "#test5-java.lang.String-java.lang.String...-\">test5</a></span>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   611
                + "(java.lang.String&nbsp;parameter,\n     java.lang.String <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   612
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   613
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   614
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   615
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   616
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   617
                + "@RepTypeUseB</a> ...&nbsp;vararg)</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   618
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   619
                "<a href=\"../typeannos/RepMethodA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   620
                + "@RepMethodA</a> <a href=\"../typeannos/RepMethodA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   621
                + "\"annotation in typeannos\">@RepMethodA</a>\n<a href=\"../typeannos/RepMethodB.html\""
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   622
                + " title=\"annotation in typeannos\">@RepMethodB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   623
                + "\"../typeannos/RepMethodB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   624
                + "@RepMethodB</a>\njava.lang.String&nbsp;test1()",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   625
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   626
                "<a href=\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   627
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   628
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   629
                + "title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   630
                + "title=\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String&nbsp;test2()",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   631
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   632
                "<a href=\"../typeannos/RepMethodA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   633
                + "@RepMethodA</a> <a href=\"../typeannos/RepMethodA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   634
                + "\"annotation in typeannos\">@RepMethodA</a>\n<a href=\"../typeannos/RepMethodB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   635
                + "title=\"annotation in typeannos\">@RepMethodB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   636
                + "\"../typeannos/RepMethodB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   637
                + "@RepMethodB</a>\n<a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   638
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   639
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   640
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   641
                + "@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   642
                + "\"annotation in typeannos\">@RepTypeUseB</a> java.lang.String&nbsp;test3()",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   643
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   644
                "<a href=\"../typeannos/RepAllContextsA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   645
                + "@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   646
                + "title=\"annotation in typeannos\">@RepAllContextsA</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   647
                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   648
                + "@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   649
                + "title=\"annotation in typeannos\">@RepAllContextsB</a>\n<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   650
                + "\"../typeannos/RepAllContextsA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   651
                + "@RepAllContextsA</a> <a href=\"../typeannos/RepAllContextsA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   652
                + "title=\"annotation in typeannos\">@RepAllContextsA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   653
                + "\"../typeannos/RepAllContextsB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   654
                + "@RepAllContextsB</a> <a href=\"../typeannos/RepAllContextsB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   655
                + "title=\"annotation in typeannos\">@RepAllContextsB</a> java.lang.String&nbsp;test4()",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   656
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   657
                "java.lang.String&nbsp;test5(<a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   658
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   659
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   660
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   661
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   662
                + "title=\"annotation in typeannos\">@RepTypeUseB</a>&nbsp;RepeatingOnMethod&nbsp;"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   663
                + "this,\n                       <a href=\"../typeannos/RepParameterA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   664
                + "title=\"annotation in typeannos\">@RepParameterA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   665
                + "\"../typeannos/RepParameterA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   666
                + "@RepParameterA</a> <a href=\"../typeannos/RepParameterB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   667
                + "title=\"annotation in typeannos\">@RepParameterB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   668
                + "\"../typeannos/RepParameterB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   669
                + "@RepParameterB</a>\n                       java.lang.String&nbsp;parameter,\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   670
                + "                       <a href=\"../typeannos/RepParameterA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   671
                + "\"annotation in typeannos\">@RepParameterA</a> <a href=\"../typeannos/RepParameterA.html\""
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   672
                + " title=\"annotation in typeannos\">@RepParameterA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   673
                + "\"../typeannos/RepParameterB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   674
                + "@RepParameterB</a> <a href=\"../typeannos/RepParameterB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   675
                + "\"annotation in typeannos\">@RepParameterB</a>\n                       "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   676
                + "java.lang.String <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   677
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   678
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   679
                + "\"../typeannos/RepTypeUseB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   680
                + "@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   681
                + "\"annotation in typeannos\">@RepTypeUseB</a> ...&nbsp;vararg)");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   682
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   683
        checkOutput("typeannos/RepeatingOnTypeParametersBoundsTypeArgumentsOnMethod.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   684
                "<code>(package private) &lt;T&gt;&nbsp;java.lang.String</code></td>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   685
                + "<td class=\"colLast\"><code><span class=\"memberNameLink\"><a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   686
                + "\"../typeannos/RepeatingOnTypeParametersBoundsTypeArgumentsOnMethod.html#"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   687
                + "genericMethod-T-\">genericMethod</a></span>(T&nbsp;t)</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   688
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   689
                "<code>(package private) &lt;T&gt;&nbsp;java.lang.String</code></td>\n"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   690
                + "<td class=\"colLast\"><code><span class=\"memberNameLink\"><a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   691
                + "\"../typeannos/RepeatingOnTypeParametersBoundsTypeArgumentsOnMethod.html#"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   692
                + "genericMethod2-T-\">genericMethod2</a></span>(<a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   693
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   694
                + "\" title=\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   695
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   696
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> T&nbsp;t)</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   697
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   698
                "<code>(package private) java.lang.String</code></td>\n<td class=\"colLast\"><code>"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   699
                + "<span class=\"memberNameLink\"><a href=\"../typeannos/RepeatingOnTypeParametersBoundsTypeArgumentsOnMethod.html#"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   700
                + "test--\">test</a></span>()</code>",
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   701
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   702
                "java.lang.String&nbsp;test(<a href=\"../typeannos/RepTypeUseA.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   703
                + "title=\"annotation in typeannos\">@RepTypeUseA</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   704
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   705
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   706
                + "\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   707
                + "title=\"annotation in typeannos\">@RepTypeUseB</a>&nbsp;"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   708
                + "RepeatingOnTypeParametersBoundsTypeArgumentsOnMethod&lt;<a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   709
                + "\"../typeannos/RepTypeUseA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   710
                + "@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   711
                + "\"annotation in typeannos\">@RepTypeUseA</a> <a href=\"../typeannos/RepTypeUseB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   712
                + "\" title=\"annotation in typeannos\">@RepTypeUseB</a> <a href=\"../typeannos/RepTypeUseB.html\" "
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   713
                + "title=\"annotation in typeannos\">@RepTypeUseB</a> T&gt;&nbsp;this)");
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   714
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   715
        checkOutput("typeannos/RepeatingOnVoidMethodDeclaration.html", true,
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   716
                "<a href=\"../typeannos/RepMethodA.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   717
                + "@RepMethodA</a> <a href=\"../typeannos/RepMethodA.html\" title="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   718
                + "\"annotation in typeannos\">@RepMethodA</a>\n<a href=\"../typeannos/RepMethodB.html"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   719
                + "\" title=\"annotation in typeannos\">@RepMethodB</a> <a href="
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   720
                + "\"../typeannos/RepMethodB.html\" title=\"annotation in typeannos\">"
890c250d8da8 8071982: Update tests for revamped Doclet API
ksrini
parents: 36038
diff changeset
   721
                + "@RepMethodB</a>\nvoid&nbsp;test()");
16964
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   722
    }
096de5815398 8005091: javadoc should be able to return the receiver type
bpatel
parents:
diff changeset
   723
}