mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
20 lines
497 B
Text
20 lines
497 B
Text
EndWithIdentifierTest.java:14: error: syntax error in reference
|
|
/**{@link*/
|
|
^
|
|
EndWithIdentifierTest.java:17: error: reference not found
|
|
/**@see List*/
|
|
^
|
|
EndWithIdentifierTest.java:20: error: semicolon missing
|
|
/**&*/
|
|
^
|
|
EndWithIdentifierTest.java:23: error: malformed HTML
|
|
/**<a*/
|
|
^
|
|
EndWithIdentifierTest.java:26: error: malformed HTML
|
|
/**</a*/
|
|
^
|
|
EndWithIdentifierTest.java:29: error: malformed HTML
|
|
/**<a name*/
|
|
^
|
|
6 errors
|
|
|