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 106078

Summary: Use ReadWriteLock instead of synch blocks in JsfForm
Product: obsolete Reporter: Peter Zavadsky <pzavadsky>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker Keywords: PERFORMANCE
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Peter Zavadsky 2007-06-08 00:42:50 UTC
Use the concurrent API (ReadWriteLock in this case) to synch the JsfForm class,
which uses the old synchronize block constructs.
Comment 1 Peter Zavadsky 2007-06-08 00:44:07 UTC
Working on that.