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 46165 - Search should skip files which are hidden acc. to VisibilityQuery
Summary: Search should skip files which are hidden acc. to VisibilityQuery
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
: 47818 48792 (view as bug list)
Depends on: 42741
Blocks:
  Show dependency tree
 
Reported: 2004-07-14 22:56 UTC by Jesse Glick
Modified: 2006-03-24 10:25 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 Jesse Glick 2004-07-14 22:56:22 UTC
040714. I selected the Ant module project and
searched for HelpCtx. I got some legitimate
matches but mostly backup files such as
AntProjectDataObject.java~ or
.#RunTargetsAction.java.1.11. These are excluded
using VisibilityQuery from the Projects and Files
tabs and probably ought to be excluded from search
too.
Comment 1 Marian Petras 2004-07-29 14:20:26 UTC
Accepted.
Comment 2 Marian Petras 2004-08-25 07:21:20 UTC
*** Issue 47818 has been marked as a duplicate of this issue. ***
Comment 3 Marian Petras 2004-08-30 12:40:16 UTC
Fixed in the trunk, together with bug #44310 ("Search should ignore
nonsharable files").

Modified and added files (newly added files have revision 1.1):

openidex/:
   manifest.mf   (1.31)
   nbproject/project.xml   (1.3)
   src/org/openidex/search/CompoundSearchInfo.java   (1.1)
   src/org/openidex/search/CompoundSearchIterator.java   (1.1)
   src/org/openidex/search/DataObjectSearchGroup.java   (1.15)
   src/org/openidex/search/FileObjectFilter.java   (1.1)
   src/org/openidex/search/SearchInfo.java   (1.5)
   src/org/openidex/search/SearchInfoFactory.java   (1.1)
   src/org/openidex/search/SharabilityFilter.java   (1.1)
   src/org/openidex/search/SimpleSearchInfo.java   (1.4)
   src/org/openidex/search/SimpleSearchIterator.java   (1.1)
   src/org/openidex/search/SubnodesSearchInfo.java   (1.1)
   src/org/openidex/search/Utils.java   (1.7)
   src/org/openidex/search/VisibilityFilter.java   (1.1)

projects/projectui/:
   nbproject/project.xml   (1.11)
   src/org/netbeans/modules/project/ui/ProjectsRootNode.java   (1.26)

utilities/:
   nbproject/project.xml   (1.7)

utilities/project/:
   nbproject/project.xml   (1.4)
   src/org/netbeans/modules/search/project/ProjectsSearchAction.java
                                                               (1.5)

java/project/:
   nbproject/project.xml   (1.15)
   src/org/netbeans/spi/java/project/support/ui/PackageRootNode.java  
                                                              (1.10)
   src/org/netbeans/spi/java/project/support/ui/PackageViewChildren.java
                                                               (1.31)

Comment 4 _ tball 2004-09-20 23:43:33 UTC
Fixed in current release -- I was running the 8/27 Q-build, which was
still broken.
Comment 5 Marian Petras 2004-09-21 09:18:18 UTC
*** Issue 48792 has been marked as a duplicate of this issue. ***