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 33300

Summary: Evaluate performance/possibly rewrite PropertySetModelImpl
Product: platform Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: _ tboudreau <tboudreau>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 29447    

Description _ tboudreau 2003-04-29 14:00:31 UTC
PropertySetModelImpl holds set of property sets and 
properties for the new property sheet, manages their
expanded/collapsed state.  Events on it get translated
to TableModelEvents by SheetTableModel.

The current implementation is a bit naive, as it was
just written to get the initial impl of the property
sheet working - it iterates all the property sets and
all the properties of them and puts them into a list
structure.

Probably for performance, the implementation should be
more transparent and not iterate/cache information.
Comment 1 _ tboudreau 2003-06-25 23:49:31 UTC
Any rewrite should wait pending revisions of API for
properties wrt Looks - and there don't seem to be any
significant performance problems here anyway.