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

Summary: CC should inform the user if type isn't imported
Product: java Reporter: jrojcek <jrojcek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: dtrebbien
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 88714    

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.