doclint does not report empty tags when tag closed implicitly

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 8
    • 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

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: