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 255319 - [81cat] Exclude from code completion doesn't work for "fix import"
Summary: [81cat] Exclude from code completion doesn't work for "fix import"
Status: RESOLVED DUPLICATE of bug 253939
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 09:41 UTC by -Silver-
Modified: 2015-09-16 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (61.86 KB, text/plain)
2015-09-16 09:41 UTC, -Silver-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description -Silver- 2015-09-16 09:41:15 UTC
Product Version = NetBeans IDE Dev (Build 201509150002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_66-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b02

Reproducibility: Happens every time

Test case: 

http://services.netbeans.org/synergy/client/app/#/assignment/1617/v/1
Exclude from code completion

Steps to reproduce:
1. Open Java specific code completion
2. Click on Add button
3. Enter 'java.io.' and press OK
4. Apply chanded settings
5. Type 'File f' and call fix imports

Expected behavior:
Fix import does nothing since it does not know any class named File.

Actual behavior:
Java.io.File is importe
Comment 1 -Silver- 2015-09-16 09:41:19 UTC
Created attachment 156204 [details]
IDE log
Comment 2 Jiri Prox 2015-09-16 09:52:34 UTC

*** This bug has been marked as a duplicate of bug 253939 ***