8272374: doclint should report missing "body" comments

Reviewed-by: kcr, hannesw
This commit is contained in:
Jonathan Gibbons 2021-08-16 20:48:25 +00:00
parent b2c272d4e2
commit ae45592d33
37 changed files with 270 additions and 129 deletions

View file

@ -9,13 +9,17 @@
* @author jlahoda
*/
/**@deprecated*/
/**
* .
* @deprecated*/
public class EndWithIdentifierTest {
/**{@link*/
private void unfinishedInlineTagName() {}
/**@see List*/
/**
* .
* @see List*/
private void endsWithIdentifier() {}
/**&amp*/