test/tools/doclint/html/OtherTagsTest.out

Fri, 05 Jul 2013 11:04:22 +0100

author
mcimadamore
date
Fri, 05 Jul 2013 11:04:22 +0100
changeset 1890
bfbedbfc522a
parent 1507
967052c425a1
child 1976
b77381d99056
permissions
-rw-r--r--

8016702: use of ternary operator in lambda expression gives incorrect results
Summary: Constant types erroneously creep in during inference
Reviewed-by: jjg, vromero

     1 OtherTagsTest.java:13: error: element not allowed in documentation comments: <body>
     2      *  <body> <p> abc </body>
     3         ^
     4 OtherTagsTest.java:14: error: element not allowed in documentation comments: <frame>
     5      *  <frame>
     6         ^
     7 OtherTagsTest.java:15: error: element not allowed in documentation comments: <frameset>
     8      *  <frameset> </frameset>
     9         ^
    10 OtherTagsTest.java:16: error: element not allowed in documentation comments: <head>
    11      *  <head> </head>
    12         ^
    13 OtherTagsTest.java:17: error: element not allowed in documentation comments: <link>
    14      *  <link>
    15         ^
    16 OtherTagsTest.java:18: error: element not allowed in documentation comments: <meta>
    17      *  <meta>
    18         ^
    19 OtherTagsTest.java:19: error: element not allowed in documentation comments: <noframes>
    20      *  <noframes> </noframes>
    21         ^
    22 OtherTagsTest.java:20: error: element not allowed in documentation comments: <script>
    23      *  <script> </script>
    24         ^
    25 OtherTagsTest.java:21: error: element not allowed in documentation comments: <title>
    26      *  <title> </title>
    27         ^
    28 9 errors

mercurial