This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145072 - do not use BaseDocument's atomicLock
Summary: do not use BaseDocument's atomicLock
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-26 00:37 UTC by Samaresh Panda
Modified: 2008-12-05 18:57 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samaresh Panda 2008-08-26 00:37:11 UTC
While working locally, I can see a lot of warning messages in the console that says NOT to use atomicLock() and unlock()
APIs in BaseDocument.
Comment 1 Quality Engineering 2008-08-28 06:33:27 UTC
Integrated into 'main-golden', available in build *200808280201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/039b58a92d91
User: samaresh@netbeans.org
Log: #145072 do not use BaseDocument's atomicLock
Comment 2 Samaresh Panda 2008-12-05 18:57:17 UTC
Has been fixed.