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 253819 - [81cat] Unable to manually add wildcard exclude
Summary: [81cat] Unable to manually add wildcard exclude
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 253818 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-26 21:51 UTC by cezariusz
Modified: 2015-07-30 01:24 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:51:33 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)

Tools | Options | Editor | Code Completion | Java | Packages/classes | Exclude

It's impossible to manually add a wildcard exclude. When I type "java.math.*" and press OK, the asterisk gets removed and "java.math." is added, which doesn't work as an wildcard. Adding exclude from a hint work's correctly, but if I edit such entry, the asterisk will be removed again.
Comment 1 Dusan Balek 2015-07-29 11:12:19 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/542da0c32380
Comment 2 Svata Dedic 2015-07-29 14:01:31 UTC
*** Bug 253818 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2015-07-30 01:24:26 UTC
Integrated into 'main-silver', will be available in build *201507300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/542da0c32380
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #253819 - Unable to manually add wildcard exclude - fixed.