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 5782

Summary: Wildcard filter with 2 patterns c* in Details work like pattern *c*.
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: UnsupportedAssignee: Jan Jancura <jjancura>
Status: CLOSED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2000-02-17 00:29:04 UTC
Wildcard filter with 2 patterns c* in Details work like pattern *c*.


1.Create new filter
2.Add new item in filter detail area eg. c*
3.Add the same item and click OK
4.You see some packages
5.When you use pattern *c* you will see the same result

[pslegr]
In way as described above it behaves only for one character, for instance c, for longer string behavior is right.

[update]
Described behavior occur not only when filter consists of two same detail (e.g. c*), but whenever
you use two wilcard details: for example p* and c* will behave as p* plus *c*
Comment 1 Marek Grummich 2000-07-25 09:09:59 UTC
Priority is changed to P4 (normal).
Comment 2 Petr Slegr 2001-08-27 10:35:21 UTC

*** This issue has been marked as a duplicate of 7715 ***