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 138843 - Request for open AttributeMap#get(String)
Summary: Request for open AttributeMap#get(String)
Status: STARTED
Alias: None
Product: java
Classification: Unclassified
Component: Classfile (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ tball
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-02 17:50 UTC by _ dcaoyuan
Modified: 2008-07-02 19:06 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 _ dcaoyuan 2008-07-02 17:50:47 UTC
I'm the author of Scala for NetBeans, I need to fetch the signature information special for Scala. Since Scala encodes
all these meta-information (for example: generic type info) in classfile's "ScalaSig" attribute, I have to fetch them
via AttribueMap#get(String).

I found AttribueMap#get(String) is "protected" method, and AttribueMap itself is also final class, is it possible to
open AttribueMap#get(String) as "public" method?
Comment 1 _ tball 2008-07-02 19:06:15 UTC
No problem -- go ahead and change the access to public in your own build so you can keep working, and I'll commit the
change after building and testing.