test/tools/doclint/HtmlAttrsTest.out

Thu, 21 Feb 2013 15:26:46 +0000

author
mcimadamore
date
Thu, 21 Feb 2013 15:26:46 +0000
changeset 1599
9f0ec00514b6
parent 1465
a22f23fb7abf
child 2110
b024fe427d24
permissions
-rw-r--r--

8007461: Regression: bad overload resolution when inner class and outer class have method with same name
Summary: Fix regression in varargs method resolution introduced by bad refactoring
Reviewed-by: jjg

jjg@1465 1 HtmlAttrsTest.java:13: error: unknown attribute: xyz
jjg@1455 2 * <p xyz>
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