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

Summary: Update to use ReadWriteLock instead of low level synchronization
Product: obsolete Reporter: Peter Zavadsky <pzavadsky>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Linux   
Issue Type: TASK Exception Reporter:

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.