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 - get*Delegate could be protected
Summary: get*Delegate could be protected
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 17:58 UTC by Svata Dedic
Modified: 2004-11-09 20:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.