-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: tools
-
b113
-
Verified
/** */
public interface Test {
/** <p> </p>*/
void p_end_p();
/** <p> */
void p_end();
/** <p> <table summary="table"> <tr> <td> abc </table> */
void p_table();
}
just reports:
$ javac -Xdoclint play/Test.java
play/Test.java:4: warning: empty <p> tag
/** <p> </p>*/
^
1 warning
public interface Test {
/** <p> </p>*/
void p_end_p();
/** <p> */
void p_end();
/** <p> <table summary="table"> <tr> <td> abc </table> */
void p_table();
}
just reports:
$ javac -Xdoclint play/Test.java
play/Test.java:4: warning: empty <p> tag
/** <p> </p>*/
^
1 warning