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 9926 - Index.KeysChildren.createIndex should be protected
Summary: Index.KeysChildren.createIndex should be protected
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-02 11:08 UTC by Svata Dedic
Modified: 2008-12-22 23:43 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 2001-03-02 11:08:58 UTC
The pattern used in KeysChildren implementation - getIndex() calling createIndex() - is used in various parts of the IDE. I think it would be better to make the creation method protected and not final so that derived classes don't need to override getIndex() with basically the same logic.
Comment 1 Jaroslav Tulach 2001-03-13 10:47:28 UTC
As you wish. Changed in main trunk.
Comment 2 Quality Engineering 2003-07-01 15:57:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 3 Quality Engineering 2003-07-01 16:16:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.