test/langtools/tools/doclint/ReferenceTest.out
author dlong
Thu, 31 Oct 2019 16:54:16 -0700
changeset 58877 aec7bf35d6f5
parent 52871 c09bff7928e8
permissions -rw-r--r--
8233273: Update Graal Reviewed-by: kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
     1
ReferenceTest.java:14: error: invalid use of @param
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     2
     * @param x description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     3
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
     4
ReferenceTest.java:19: error: invalid use of @param
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     5
     * @param x description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     6
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
     7
ReferenceTest.java:24: error: @param name not found
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     8
     * @param x description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     9
              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    10
ReferenceTest.java:26: warning: no @param for a
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    11
    public void param_name_not_found(int a) { }
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    12
                ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    13
ReferenceTest.java:29: error: @param name not found
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    14
     * @param <X> description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    15
               ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    16
ReferenceTest.java:34: error: reference not found
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    17
     * @see Object#tooStrong()
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    18
            ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    19
ReferenceTest.java:39: error: invalid use of @return
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    20
     * @return x description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    21
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    22
ReferenceTest.java:44: error: invalid use of @return
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    23
     * @return x description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    24
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    25
ReferenceTest.java:49: error: exception not thrown: java.lang.Exception
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    26
     * @throws Exception description
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    27
               ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    28
ReferenceTest.java:60: error: type arguments not allowed here
20256
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    29
     * {@link java.util.List<String>}
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    30
              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    31
ReferenceTest.java:61: error: type arguments not allowed here
20256
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    32
     * {@link java.util.List<String>#equals}
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    33
              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20256
diff changeset
    34
ReferenceTest.java:62: error: type arguments not allowed here
52664
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    35
     * {@link not.Found<String>}
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    36
              ^
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    37
ReferenceTest.java:63: error: type arguments not allowed here
20256
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    38
     * @see java.util.List<String>
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    39
            ^
52664
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    40
ReferenceTest.java:64: error: type arguments not allowed here
20256
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    41
     * @see java.util.List<String>#equals
9154c5cc0d9f 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents: 14962
diff changeset
    42
            ^
52664
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    43
ReferenceTest.java:65: error: type arguments not allowed here
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    44
     * @see not.Found<String>
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    45
            ^
52871
c09bff7928e8 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
hannesw
parents: 52664
diff changeset
    46
ReferenceTest.java:72: error: reference not found
52664
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    47
     * {@link not.Found[]}
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    48
              ^
52871
c09bff7928e8 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
hannesw
parents: 52664
diff changeset
    49
ReferenceTest.java:75: error: reference not found
52664
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    50
     * @see not.Found[]
15fc92f4ae9a 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw
parents: 47216
diff changeset
    51
            ^
52871
c09bff7928e8 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
hannesw
parents: 52664
diff changeset
    52
16 errors
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    53
1 warning
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    54