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 242518 - Autocomplete import classes in some circumstances does not work
Summary: Autocomplete import classes in some circumstances does not work
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2014-03-03 16:47 UTC by jllachf
Modified: 2014-03-07 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (306.43 KB, text/plain)
2014-03-03 16:47 UTC, jllachf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jllachf 2014-03-03 16:47:11 UTC
Product Version = NetBeans IDE Dev (Build 201402240001)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03

The problem is pretty easy to reproduce ... whenever you have a previous import like 

import java.util.ArrayList;

if you try to use Arrays (java.util.Arrays)  Netbeans is unable to resolve it automatically, and you have to type the import by hand.
Comment 1 jllachf 2014-03-03 16:47:17 UTC
Created attachment 145721 [details]
IDE log
Comment 2 Jiri Prox 2014-03-07 09:27:26 UTC
Can you please provide exact steps to reproduce?
(what was exact content of editor, what did you type, what action did you call)

Thanks
Comment 3 jllachf 2014-03-07 11:49:48 UTC
My fault ... not a bug ... double Ctrl+Space needed to show all the "import options" makes me belive something was wrong. Again, not a bug, my fault.