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

Summary: Allow extending of GenericMapper from foreign packages
Product: java Reporter: Stepan Roh <rohs>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Patch for protected GenericMapper

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