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 21044

Summary: Delegate to Handlers, whenever possible.
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Svata Dedic 2002-03-01 09:06:10 UTC
IMHO there are things, which are communicated directly between Storables, which
could be delegated to the Handlers layer. It adds a layer of indirection, yes,
but custom handlers may benefit from such behaviour. One of the examples may be
refDelete, which deletes composites without the handler (if already exists)
knowing that.
Comment 1 Martin Matula 2002-08-08 14:56:17 UTC
fixed