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 100393 - Update to use ReadWriteLock instead of low level synchronization
Summary: Update to use ReadWriteLock instead of low level synchronization
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-09 21:14 UTC by Peter Zavadsky
Modified: 2007-04-09 21:14 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 Peter Zavadsky 2007-04-09 21:14:18 UTC
Abandon usage of synchronization blocks for the resources (mostly the maps) in
the designer modules and use the provided locking from java.util.concurrent package.