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 253728 - Exclude from code completion Test Case - Fail
Summary: Exclude from code completion Test Case - Fail
Status: RESOLVED DUPLICATE of bug 253724
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 10:23 UTC by kemitix
Modified: 2015-07-26 10:36 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 kemitix 2015-07-24 10:23:29 UTC
Steps

* Open Java specific code completion
* Click on Add button
* Enter 'java.io.' and press OK
* Apply chanded settings
* In editor type 'java.' and call code completion
* Delete text from previous step, type 'File f' and call fix imports

Expected result:

* The 'java.io' is added into exclude table. The code completion provide all packages java.* except java.io. Fix import does nothing since it does not know any class named File.

Actual result:

* When fixing imports an import for java.io.File is added to the class.
Comment 1 markiewb 2015-07-26 10:36:48 UTC

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