author | naoto |
Tue, 29 Mar 2016 17:06:33 -0700 | |
changeset 36739 | 145210aba850 |
parent 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
15552
diff
changeset
|
1 |
EndWithIdentifierTest.java:15: error: syntax error in reference |
15552 | 2 |
/**{@link*/ |
3 |
^ |
|
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
15552
diff
changeset
|
4 |
EndWithIdentifierTest.java:18: error: reference not found |
15552 | 5 |
/**@see List*/ |
6 |
^ |
|
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
15552
diff
changeset
|
7 |
EndWithIdentifierTest.java:21: error: semicolon missing |
15552 | 8 |
/**&*/ |
9 |
^ |
|
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
15552
diff
changeset
|
10 |
EndWithIdentifierTest.java:24: error: malformed HTML |
15552 | 11 |
/**<a*/ |
12 |
^ |
|
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
15552
diff
changeset
|
13 |
EndWithIdentifierTest.java:27: error: malformed HTML |
15552 | 14 |
/**</a*/ |
15 |
^ |
|
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
15552
diff
changeset
|
16 |
EndWithIdentifierTest.java:30: error: malformed HTML |
15552 | 17 |
/**<a name*/ |
18 |
^ |
|
19 |
6 errors |
|
20 |