test/tools/doclint/HtmlAttrsTest.out

Wed, 23 Oct 2013 07:50:04 +0200

author
jlahoda
date
Wed, 23 Oct 2013 07:50:04 +0200
changeset 2165
864dafc5ab7a
parent 2110
b024fe427d24
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8026861: Wrong LineNumberTable for variable declarations in lambdas
Summary: Setting or correcting positions for many trees produced by LambdaToMethod.
Reviewed-by: vromero, rfield

jjg@1465 1 HtmlAttrsTest.java:13: error: unknown attribute: xyz
jjg@2110 2 * <p xyz> text </p>
jjg@1455 3 ^
jjg@1465 4 HtmlAttrsTest.java:18: warning: attribute obsolete: name
jjg@1455 5 * <img name="x" alt="alt">
jjg@1455 6 ^
jjg@1465 7 HtmlAttrsTest.java:23: warning: attribute obsolete, use CSS instead: size
jjg@1455 8 * <font size="3"> text </font>
jjg@1455 9 ^
jjg@1455 10 1 error
jjg@1455 11 2 warnings
jjg@1455 12

mercurial