Hi Roman,

On Sat, 2005-04-23 at 10:41 +0200, Roman Kennke wrote:
> 2005-04-23  Roman Kennke  <[EMAIL PROTECTED]>
> 
>         * javax/swing/text/AbstractDocument.java
>         (getDocumentProperties): Implemented.
>         (setDocumentProperties): Implemented.
>         (getProperty): Implemented.
>         (putProperty): Implemented.

As implemented these methods aren't thread safe. Now we don't seem to
have any implementation for the read and write lock methods (and they
are not even marked final currently) so it might not matter at this
time. Just wanted to know if you (or someone else) had thought about
these issues. It would be good to add a big fat FIXME to the
documentation of this class to warn about any threading issues.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to