langtools/test/tools/doclint/ValueTest.out
author akulyakh
Thu, 21 May 2015 11:41:04 -0700
changeset 30730 d3ce7619db2c
parent 20255 f8be1ea20e1a
permissions -rw-r--r--
8076543: Add @modules as needed to the langtools tests Reviewed-by: jjg, shurailine
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
     1
ValueTest.java:40: error: {@value} not allowed here
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
     2
    /** invalid class C: {@value} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
     3
                         ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
     4
ValueTest.java:43: error: {@value} not allowed here
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
     5
    /** invalid enum E: {@value} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
     6
                        ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
     7
ValueTest.java:45: error: {@value} not allowed here
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
     8
        /** invalid enum constant E1: {@value} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
     9
                                      ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
    10
ValueTest.java:49: error: {@value} not allowed here
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    11
    /** invalid field 1: {@value} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    12
                         ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
    13
ValueTest.java:52: error: {@value} not allowed here
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    14
    /** invalid field 2: {@value} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    15
                         ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
    16
ValueTest.java:63: error: value does not refer to a constant
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    17
    /** invalid method: {@value Object#toString} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    18
                        ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 20255
diff changeset
    19
ValueTest.java:66: error: value does not refer to a constant
20255
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    20
    /** invalid enum constant: {@value Thread.State#NEW} */
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    21
                               ^
f8be1ea20e1a 8025272: doclint needs to check for valid usage of @value tag
jjg
parents:
diff changeset
    22
7 errors