<Swing Dev> [9] Review request for 8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized

mikhail cherkasov mikhail.cherkasov at oracle.com
Thu May 12 12:33:14 UTC 2016


and one more small update:
http://cr.openjdk.java.net/~mcherkas/8078268/webrev.04/

I removed START_COMMENT_CHARS and END_COMMENT_CHARS variables and
instead of them use START_COMMENT and END_COMMENT.

On 5/12/2016 12:47 PM, mikhail cherkasov wrote:
>
> On 5/12/2016 12:18 PM, Alexey Ivanov wrote:
>> HTMLEditorKit htmlKit = new HTMLEditorKit();
>> Document doc = htmlKit.createDefaultDocument();
>> htmlKit.read(new FileReader(...), doc, 0);
>
> Thank you for advice, this works fine:
> http://cr.openjdk.java.net/~mcherkas/8078268/webrev.03/
>
>




More information about the swing-dev mailing list