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 200316 - Find in Projects can't be stopped.
Summary: Find in Projects can't be stopped.
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 13:47 UTC by peterhull90
Modified: 2011-09-02 09:23 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 peterhull90 2011-07-22 13:47:48 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) Client VM 19.1-b02

A 'Find in Projects' was taking a long time (looking in all open projects) and I wanted to stop it and narrow the scope. Clicking the little X by the progress bar made it show 'Stopping the current search' in the Search Results area. I was not able to start another search as the same message appeared.
Comment 1 Jaroslav Havlin 2011-08-23 07:22:30 UTC
Please, can you remember if you clicked the button only once or more times?
Comment 2 peterhull90 2011-08-24 11:38:36 UTC
Hi.
I don't seem to be able to reproduce this now, possibly the 7.0.1 update has fixed it? 
I think you can probably close this bug now, thanks.
Comment 3 Jaroslav Havlin 2011-08-24 11:44:41 UTC
I was able to reproduce it in the current build (by multiple clicking on the stop button), but I was not sure whether this is the only cause of the problem. 
Thank you for your help.
Comment 4 peterhull90 2011-08-24 11:52:36 UTC
OK. I still can't reproduce, even with multiple clicking. I can't remember exactly but I may have clicked and clicked again if nothing seemed to be happening. Good luck with this bug, I appreciate all your efforts on NB.
Comment 5 Jaroslav Havlin 2011-09-02 09:23:57 UTC
core-main/rev/56d7497d3654

http://hg.netbeans.org/core-main/diff/56d7497d3654/utilities/src/org/netbeans/modules/search/Manager.java

Probably occurred only when the button was clicked more than once during searching in contents of a big file.

Hopefully, fixed. Thanks for your comments.