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 53913 - Need api for new types of bean patterns
Summary: Need api for new types of bean patterns
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2005-01-24 21:11 UTC by Peter Zavadsky
Modified: 2009-03-31 15:41 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 Peter Zavadsky 2005-01-24 21:11:10 UTC
Could you make the org.netbeans.modules.beans
package public? We are reusing the PatterGroupNode
(PatternChildren, PatternFilter). We reuse the new
types provided by that node on some java nodes at
higher (class) level.
Comment 1 Jan Becicka 2005-01-27 13:05:30 UTC
It is not a defect that "org.netbeans.modules.beans" is not public. It
will probably never be. You cannot request some package to be public.
You can request suitable API. 
Comment 2 Peter Zavadsky 2005-01-27 21:47:47 UTC
OK, so I am requesting some API which would provide access to the bean
pattern new types. We are reusing those types and adding them also to
the class node level to some java objects.
Comment 3 David Strupl 2009-03-31 15:41:45 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".