author | dlong |
Thu, 31 Oct 2019 16:54:16 -0700 | |
changeset 58877 | aec7bf35d6f5 |
parent 52871 | c09bff7928e8 |
permissions | -rw-r--r-- |
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 | 2 |
* @param x description |
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 | 5 |
* @param x description |
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 | 8 |
* @param x description |
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 | 11 |
public void param_name_not_found(int a) { } |
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 | 14 |
* @param <X> description |
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 | 17 |
* @see Object#tooStrong() |
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 | 20 |
* @return x description |
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 | 23 |
* @return x description |
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 | 26 |
* @throws Exception description |
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 | 53 |
1 warning |
54 |