langtools/test/tools/doclint/html/TagNotAllowed.out
author jjg
Mon, 21 Jan 2013 10:07:37 -0800
changeset 15371 8f719dc43e1f
parent 14962 langtools/test/tools/doclint/tidy/TextNotAllowed.out@19ffdfafbcd2
child 30730 d3ce7619db2c
permissions -rw-r--r--
8006251: doclint: incorrect position for diagnostic for illegal text in tags Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     1
TagNotAllowed.java:11: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     2
 * <dl> <b>abc</b> <dt> term </dt> <b>def</b> <dd> description </dd> <b>ghi</b> </dl>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     3
        ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     4
TagNotAllowed.java:11: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     5
 * <dl> <b>abc</b> <dt> term </dt> <b>def</b> <dd> description </dd> <b>ghi</b> </dl>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     6
                                   ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     7
TagNotAllowed.java:11: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     8
 * <dl> <b>abc</b> <dt> term </dt> <b>def</b> <dd> description </dd> <b>ghi</b> </dl>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     9
                                                                     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    10
TagNotAllowed.java:12: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    11
 * <ol> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    12
        ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    13
TagNotAllowed.java:12: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    14
 * <ol> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    15
                                   ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    16
TagNotAllowed.java:12: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    17
 * <ol> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    18
                                                              ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    19
TagNotAllowed.java:13: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    20
 * <ul> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    21
        ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    22
TagNotAllowed.java:13: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    23
 * <ul> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ul>
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    24
                                   ^
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    25
TagNotAllowed.java:13: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    26
 * <ul> <b>abc</b> <li> item </li> <b>def</b> <li> item </li> <b>ghi</b> </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    27
                                                              ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    28
TagNotAllowed.java:15: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    29
 * <table summary=description> <b>abc</b> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    30
                               ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    31
TagNotAllowed.java:16: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    32
 * <table summary=description> <thead> <b>abc</b> </thead> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    33
                                       ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    34
TagNotAllowed.java:17: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    35
 * <table summary=description> <tbody> <b>abc</b> </tbody> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    36
                                       ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    37
TagNotAllowed.java:18: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    38
 * <table summary=description> <tfoot> <b>abc</b> </tfoot> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    39
                                       ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    40
TagNotAllowed.java:19: error: tag not allowed here: <b>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    41
 * <table summary=description> <tr> <b>abc</b> </tr> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    42
                                    ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    43
TagNotAllowed.java:22: error: tag not allowed here: <img>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    44
 *   <img alt="image" src="image.png">
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    45
     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    46
TagNotAllowed.java:23: error: tag not allowed here: <p>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    47
 *   <p> para </p>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    48
     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    49
TagNotAllowed.java:24: error: tag not allowed here: <big>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    50
 *   <big> text </big>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    51
     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    52
TagNotAllowed.java:25: error: tag not allowed here: <small>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    53
 *   <small> text </small>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    54
     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    55
TagNotAllowed.java:26: error: tag not allowed here: <sub>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    56
 *   <sub> text </sub>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    57
     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    58
TagNotAllowed.java:27: error: tag not allowed here: <sup>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    59
 *   <sup> text </sup>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    60
     ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    61
20 errors