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 23211 - Allow extending of GenericMapper from foreign packages
Summary: Allow extending of GenericMapper from foreign packages
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-07 14:12 UTC by Stepan Roh
Modified: 2002-07-19 15:23 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch for protected GenericMapper (6.70 KB, patch)
2002-05-07 14:13 UTC, Stepan Roh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Roh 2002-05-07 14:12:34 UTC
org.netbeans.lib.jmi.mapping.GenericMapper has
some abstract methods with default access which
prevents from subclassing it in different
packages. Patch (which follows) changes those
methods' access to protected. Patch is done with
normal (not cvs) diff.
Comment 1 Stepan Roh 2002-05-07 14:13:49 UTC
Created attachment 5659 [details]
Patch for protected GenericMapper
Comment 2 Martin Matula 2002-05-09 12:33:29 UTC
applied