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 51710 - Change metamodel to return collection from Import.getImportedElements()
Summary: Change metamodel to return collection from Import.getImportedElements()
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 51708
  Show dependency tree
 
Reported: 2004-11-22 10:43 UTC by Martin Matula
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matula 2004-11-22 10:43:06 UTC
The metamodel currently maps import to a single
eleemnt it imports (either a package or a class).
However this is not sufficient for static imports
where an import may import several elements of the
same name.
Comment 1 Martin Matula 2004-12-03 13:18:18 UTC
Done.
Comment 2 Quality Engineering 2007-09-20 09:50:53 UTC
Reorganization of java component