classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: DefaultStyledDocument fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: DefaultStyledDocument fixlet
Date: Mon, 19 Dec 2005 13:59:11 +0000

Hi there,

this patch fixes DefaultStyledDocument.setParagraphAttributes(), so that
it doesn't hang in an infinite loop like in the testcase of bug#

Also, I put this operation into a write lock as pointed out in the
OReilly Swing book.

2005-12-19  Roman Kennke  <address@hidden>

        PR classpath/24195
        * javax/swing/text/DefaultStyledDocument.java
        (setParagraphAttributes): Obtain lock for this operation. Exit
loop
        after last paragraph element.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]