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

Summary: [81cat] Java hint Import from excluded
Product: java Reporter: cezariusz <cezariusz>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

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 ***