test/tools/doclint/tidy/BadEnd.out

Mon, 14 Oct 2013 12:38:09 -0700

author
jjg
date
Mon, 14 Oct 2013 12:38:09 -0700
changeset 2110
b024fe427d24
parent 1465
a22f23fb7abf
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8026368: doclint does not report empty tags when tag closed implicitly
Reviewed-by: darcy

     1 BadEnd.java:14: warning: nested tag not allowed: <code>
     2  * <code> text <code>
     3                ^
     4 BadEnd.java:14: warning: empty <code> tag
     5  * <code> text <code>
     6                ^
     7 BadEnd.java:14: error: element not closed: code
     8  * <code> text <code>
     9                ^
    10 BadEnd.java:14: error: element not closed: code
    11  * <code> text <code>
    12    ^
    13 BadEnd.java:13: error: element not closed: a
    14  * <a name="here"> text <a>
    15                         ^
    16 BadEnd.java:13: error: element not closed: a
    17  * <a name="here"> text <a>
    18    ^
    19 4 errors
    20 2 warnings

mercurial