mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
20 lines
497 B
Text
20 lines
497 B
Text
EndWithIdentifierTest.java:15: error: syntax error in reference
|
|
/**{@link*/
|
|
^
|
|
EndWithIdentifierTest.java:18: error: reference not found
|
|
/**@see List*/
|
|
^
|
|
EndWithIdentifierTest.java:21: error: semicolon missing
|
|
/**&*/
|
|
^
|
|
EndWithIdentifierTest.java:24: error: malformed HTML
|
|
/**<a*/
|
|
^
|
|
EndWithIdentifierTest.java:27: error: malformed HTML
|
|
/**</a*/
|
|
^
|
|
EndWithIdentifierTest.java:30: error: malformed HTML
|
|
/**<a name*/
|
|
^
|
|
6 errors
|
|
|