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 191652 - NullPointerException at org.netbeans.modules.search.MatchingObject.cleanup
Summary: NullPointerException at org.netbeans.modules.search.MatchingObject.cleanup
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 21:44 UTC by rperazzo
Modified: 2011-01-19 06:32 UTC (History)
32 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172622


Attachments
stacktrace (2.10 KB, text/plain)
2010-11-04 21:44 UTC, rperazzo
Details
stacktrace (3.53 KB, text/plain)
2010-11-23 09:09 UTC, host
Details
stacktrace (3.22 KB, text/plain)
2010-11-30 10:19 UTC, Andrew Krasny
Details
stacktrace (3.53 KB, text/plain)
2010-12-07 19:15 UTC, Tomas Stupka
Details
stacktrace (3.22 KB, text/plain)
2010-12-09 17:00 UTC, Andrew Krasny
Details
stacktrace (3.23 KB, text/plain)
2010-12-10 18:45 UTC, gholmer
Details
stacktrace (4.43 KB, text/plain)
2010-12-20 10:00 UTC, aldobrucale
Details
stacktrace (3.53 KB, text/plain)
2011-01-10 12:41 UTC, schkovich
Details
stacktrace (3.53 KB, text/plain)
2011-01-10 12:47 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rperazzo 2010-11-04 21:44:25 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
rperazzo: when find and replace in main project

GUEST: X-ing out a search results

jglick: Externally deleted file in search results.

gedrox: Closed all tabs in Search Results panel




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.search.MatchingObject.cleanup(MatchingObject.java:186)
   at org.netbeans.modules.search.ResultModel.close(ResultModel.java:173)
   at org.netbeans.modules.search.CleanTask.run(CleanTask.java:70)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1960)
Comment 1 rperazzo 2010-11-04 21:44:30 UTC
Created attachment 102810 [details]
stacktrace
Comment 2 host 2010-11-23 09:09:53 UTC
Created attachment 103229 [details]
stacktrace
Comment 3 Andrew Krasny 2010-11-30 10:19:34 UTC
Created attachment 103458 [details]
stacktrace

Close All Tabs of 'Search Results'
Comment 4 Tomas Stupka 2010-12-07 19:15:40 UTC
Created attachment 103699 [details]
stacktrace

closed a tab in the search view
Comment 5 Andrew Krasny 2010-12-09 17:00:54 UTC
Created attachment 103892 [details]
stacktrace

Close All Tabs on Search Results
Comment 6 gholmer 2010-12-10 18:45:59 UTC
Created attachment 103945 [details]
stacktrace

Right-clicked a tab in Search Results and selected "close other tabs".
Comment 7 aldobrucale 2010-12-20 10:00:12 UTC
Created attachment 104302 [details]
stacktrace

Closing the "Search results" tab after deleting one of the listed files
Comment 8 schkovich 2011-01-10 12:41:11 UTC
Created attachment 104844 [details]
stacktrace

deleting some files that where in search results
Comment 9 schkovich 2011-01-10 12:47:11 UTC
Created attachment 104845 [details]
stacktrace

closing search window having deleted files
Comment 10 Marian Mirilovic 2011-01-14 15:26:26 UTC
127 dups -> P1
Comment 11 Yulia Novozhilova 2011-01-18 17:28:53 UTC
Fixed: http://hg.netbeans.org/main/rev/f24a4e850e20
Comment 12 Quality Engineering 2011-01-19 06:32:02 UTC
Integrated into 'main-golden', will be available in build *201101190000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f24a4e850e20
User: Yulia Novozhilova <ynov@netbeans.org>
Log: Fix #191652 -  NullPointerException at org.netbeans.modules.search.MatchingObject.cleanup