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 253818 - [81cat] Java hint Import from excluded
Summary: [81cat] Java hint Import from excluded
Status: RESOLVED DUPLICATE of bug 253819
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-26 21:45 UTC by cezariusz
Modified: 2015-07-29 14:01 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 cezariusz 2015-07-26 21:45:24 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/4989/suite/1691

Product Version: NetBeans IDE Dev (Build 201507240001)
Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
System: Windows 8 version 6.2 running on amd64; UTF-8; pl_PL (nb)

    /**
     * Setup: 
     * Open Options -> Editor -> Code Completion -> language: Java
     * Press Add button 
     * Type java.math
     * Confirm by OK and close options
     * 
     */

It doesn't work like this. To make it work you have to exclude "java.math.*", so either the test specification is incorrect, or it doesn't work like expected.
Comment 1 Svata Dedic 2015-07-29 14:01:31 UTC
Caused by incorrect stripping in options UI

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