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 92612 - NullPointerException after Modify Search
Summary: NullPointerException after Modify Search
Status: RESOLVED DUPLICATE of bug 108289
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-01-16 13:25 UTC by Marian Petras
Modified: 2007-09-12 18:38 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 Marian Petras 2007-01-16 13:25:37 UTC
During a long search (thousands of matches, hundreds of matching files), I
pressed the Modify Search button (before the search finished) and started a new
search. The Search Results window displayed message "Finishing previous
search..." and then an exception window appeared:

java.lang.NullPointerException
        at ~.search.ResultView.updateObjectsCount(line:818)
        at ~.search.ResultView.access$100(line:67)
[catch] at ~.search.ResultView$1.run(ResultView.java:804)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at ...

System info:
NetBeans IDE Dev (Build 200701151900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows 2003 version 5.2 running on x86
en_US (nb); Cp1252
Comment 1 Marian Petras 2007-01-16 13:28:45 UTC
Accepted.
Comment 2 Roman Ondruska 2007-08-03 15:09:46 UTC
This is not reproducible for me, seems to be intermittent.  
Comment 3 Marian Petras 2007-09-12 18:38:36 UTC
This has occurred again to our tester and reported as issue #108289. It was fixed just a couple of days ago so the fix
will not go to NB 6.0 Beta 1 but only to Beta 2.

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