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 145718 - NullPointerException at org.netbeans.modules.jumpto.file.SearchWorker.findFiles
Summary: NullPointerException at org.netbeans.modules.jumpto.file.SearchWorker.findFiles
Status: RESOLVED DUPLICATE of bug 128274
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 15:53 UTC by bclemens
Modified: 2008-09-03 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 13081


Attachments
stacktrace (911 bytes, text/plain)
2008-08-31 15:54 UTC, bclemens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bclemens 2008-08-31 15:53:59 UTC
Build: NetBeans IDE Dev (Build 200808251401)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.jumpto.file.SearchWorker.findFiles(SearchWorker.java:178)
        at org.netbeans.modules.jumpto.file.SearchWorker.findFiles(SearchWorker.java:190)
        at org.netbeans.modules.jumpto.file.SearchWorker.findFiles(SearchWorker.java:190)
        at org.netbeans.modules.jumpto.file.SearchWorker.findFiles(SearchWorker.java:190)
        at org.netbeans.modules.jumpto.file.SearchWorker.findFiles(SearchWorker.java:190)
        at org.netbeans.modules.jumpto.file.SearchWorker.findFiles(SearchWorker.java:190)
Comment 1 bclemens 2008-08-31 15:54:03 UTC
Created attachment 68727 [details]
stacktrace
Comment 2 Jan Becicka 2008-09-03 10:23:06 UTC

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