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 43229 - generate rw properties should use imports
Summary: generate rw properties should use imports
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 18:01 UTC by fnisol
Modified: 2010-09-23 08:34 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 fnisol 2004-05-13 18:01:01 UTC
When generating rw property accessors, generated
code should rely on currently imported classes
and/or import policy (if import threshold is 1,
generating r/w will generate 2 references to the
class, and should be imported. If threshold is 2,
fqn should be used instead...)

Instead, generation simply generate classnames in
fully qualified form, which must be adjusted by
hand after.
Comment 1 Miloslav Metelka 2004-05-14 16:58:41 UTC
Reassigning to beans module for evaluation.