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 52319 - "Bean Patterns" not j2se5 compatible
Summary: "Bean Patterns" not j2se5 compatible
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker with 4 votes (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 13:00 UTC by randahl
Modified: 2005-01-20 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description randahl 2004-12-13 13:00:02 UTC
When you add a new property to a bean using the
"Bean Patterns" tree node you cannot choose a
generic type like 

Set<String>

Moreover, if you add a property and later manually
change it to a generic type, the "Bean Patterns"
tree node will no longer show the "Add Property"
menu item.

Yours
Randahl
Comment 1 Jan Pokorsky 2005-01-20 15:01:59 UTC
Described behavior was intended for release 4.0 due to lack of time.
For release 4.1 it has been implemented as a part of the issue #46256.