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 7715 - Inconsistent behaviour of filters.
Summary: Inconsistent behaviour of filters.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Jancura
URL:
Keywords:
: 5782 (view as bug list)
Depends on:
Blocks:
 
Reported: 2000-09-19 14:36 UTC by Jan Stola
Modified: 2005-08-31 13:07 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 Jan Stola 2000-09-19 14:36:08 UTC
Build 1099 and 33
-----------------

When you create new filter which consists of several wildcards
and/or regular expressions then the first wildcard/regexp
is handled as if it started with ^, but the other filters aren't
handled in this way.

Steps to reproduce:
1. Create new filter with two wildcards (or regexps) - e* and t* (e.* and t.*)
2. Select this filter. You will see packages which starts with E
   or contains T.
3. Create new filter with two wildcards (or regexps) - t* and e* (t.* and e.*)
4. Select the new filter. You will see packages which starts with T
   or contains E.
Comment 1 Petr Slegr 2001-08-27 10:35:20 UTC
*** Issue 5782 has been marked as a duplicate of this issue. ***
Comment 2 Jan Jancura 2005-08-31 13:07:43 UTC
ObjectBrowser is obsolete.