langtools/test/tools/doclint/HtmlAttrsTest.out
author jjg
Mon, 14 Oct 2013 12:38:09 -0700
changeset 21017 f61558e07e14
parent 14962 19ffdfafbcd2
child 30730 d3ce7619db2c
permissions -rw-r--r--
8026368: doclint does not report empty tags when tag closed implicitly Reviewed-by: darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14962
19ffdfafbcd2 8005307: fix missing @bug tags
jjg
parents: 14952
diff changeset
     1
HtmlAttrsTest.java:13: error: unknown attribute: xyz
21017
f61558e07e14 8026368: doclint does not report empty tags when tag closed implicitly
jjg
parents: 14962
diff changeset
     2
     * <p xyz> text </p>
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     3
          ^
14962
19ffdfafbcd2 8005307: fix missing @bug tags
jjg
parents: 14952
diff changeset
     4
HtmlAttrsTest.java:18: warning: attribute obsolete: name
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     5
     * <img name="x" alt="alt">
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     6
            ^
14962
19ffdfafbcd2 8005307: fix missing @bug tags
jjg
parents: 14952
diff changeset
     7
HtmlAttrsTest.java:23: warning: attribute obsolete, use CSS instead: size
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     8
     * <font size="3"> text </font>
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     9
             ^
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    10
1 error
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    11
2 warnings
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    12