test/langtools/tools/doclint/EndWithIdentifierTest.out
author herrick
Thu, 06 Jun 2019 19:51:17 -0400
branchJDK-8200758-branch
changeset 57396 3944e4c2f779
parent 47216 71c04702a3d5
permissions -rw-r--r--
8223586: remove jpackage dead code and other cleanup Reviewed-by: asemenyuk, almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
     2
    /**{@link*/
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
     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
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
     5
    /**@see List*/
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
     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
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
     8
    /**&amp*/
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
     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
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    11
    /**<a*/
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    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
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    14
    /**</a*/
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    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
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    17
    /**<a name*/
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    18
       ^
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    19
6 errors
99e4c7eb352c 8007096: DocLint parsing problems with some comments
jjg
parents:
diff changeset
    20