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 46105 - Import elements from source are never "whole-package"
Summary: Import elements from source are never "whole-package"
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks: 44410
  Show dependency tree
 
Reported: 2004-07-13 16:16 UTC by Ondrej Rypacek
Modified: 2007-09-26 09:14 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 Ondrej Rypacek 2004-07-13 16:16:24 UTC
Imports retrieved from sources are not isPackage()
when they should be. For example, if the source
contains

java.util.*;

the corresponding Import element has
id==java.util, isPackage == false , as observed in
the debugger and in issue #44410.
Comment 1 Jan Becicka 2004-07-14 07:07:02 UTC
Dane, it's yours.
Comment 2 Daniel Prusa 2004-07-20 14:56:02 UTC
Fixed.
Checking in ImportImpl.java;
/cvs/java/src/org/netbeans/modules/java/bridge/ImportImpl.java,v  <--
 ImportImpl.java
new revision: 1.5; previous revision: 1.4
Comment 3 Quality Engineering 2007-09-20 09:51:45 UTC
Reorganization of java component