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 21150

Summary: get*Delegate could be protected
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: Other   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Svata Dedic 2002-03-04 17:58:55 UTC
There are convenience methods for accessing Storable* delegates in base 
classes inside the "handlers" package. I would suggest making these accessors 
protected final as a convenience for derived operation/association 
implementors.
Comment 1 Martin Matula 2002-03-04 18:08:48 UTC
The methods are private to protect them from clashing with the
generated JMI methods. The suggested enhancement is doable, however it
requires to add underscore ("_") at the beginng of each method's name.
Comment 2 Martin Matula 2004-11-09 20:28:28 UTC
Closing as WONTFIX since a single _getDelegate() method seems to be 
sufficient.