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 107200 - CC should inform the user if type isn't imported
Summary: CC should inform the user if type isn't imported
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 88714
  Show dependency tree
 
Reported: 2007-06-19 13:45 UTC by jrojcek
Modified: 2011-07-10 23:50 UTC (History)
1 user (show)

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 jrojcek 2007-06-19 13:45:51 UTC
Let's say Dimension isn't imported and I type...

    p.setPreferredSize(new Dimension(|));

...CC should inform me that it doesn't provide smart completion because Dimension isn't imported. Ideally it would just import Dimension automatically or 
ask for the right import if it's ambiguous.