JDK 8 code review request for JDK-8020095: Fix doclint warnings in java.util.regex

Eamonn McManus eamonn at mcmanus.net
Wed Jul 10 00:12:01 UTC 2013


While you are at it, <h3 id="foo">...</h3> is a lot simpler than
<h3><a name="foo">...</a></h3>.

Éamonn


2013/7/8 Joe Darcy <joe.darcy at oracle.com>
>
> PS Updated webrev so that the <a name="foo">...</a> structure don't have an empty "..." portion.
>
>     http://cr.openjdk.java.net/~darcy/8020095.1/
>
> -Joe
>
>
> On 07/08/2013 07:10 PM, Joe Darcy wrote:
>>
>> Hello,
>>
>> Please review my changes to resolve (almost all of):
>>
>>     JDK-8020095 Fix doclint warnings in java.util.regex
>>     http://cr.openjdk.java.net/~darcy/8020095.0/
>>
>> Full text of the patch also included below.
>>
>> For some reason I have not been able to determine, even with the patch, one error remains:
>>
>>> src/share/classes/java/util/regex/Pattern.java:222: error: text not allowed in <table> element
>>>  * <tr align="left"><th colspan="2" id="unicode">Classes for Unicode scripts, blocks, categories and binary properties</th></tr>
>>> ^
>>> 1 error
>>
>>
>> This line has the same structure as other that appear unproblematic. In any case, since over 200 doclint issues are resolved with the patch, I'd like to go forward with the patch and have this lone remaining error investigated later on.
>>
>> Thanks,
>>
>> -Joe
>>
>



More information about the core-libs-dev mailing list