author | joehw |
Tue, 09 May 2017 10:34:32 -0700 | |
changeset 45036 | 4210d32dacab |
parent 30730 | d3ce7619db2c |
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 |
20256
9154c5cc0d9f
8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents:
14962
diff
changeset
|
35 |
* @see java.util.List<String> |
9154c5cc0d9f
8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents:
14962
diff
changeset
|
36 |
^ |
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
20256
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>#equals |
9154c5cc0d9f
8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents:
14962
diff
changeset
|
39 |
^ |
9154c5cc0d9f
8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg
parents:
14962
diff
changeset
|
40 |
12 errors |
14952 | 41 |
1 warning |
42 |