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 185383 - [69cat] NullPointerException at org.netbeans.modules.cnd.gotodeclaration.matcher.NameMatcherFactory.createNameFilter
Summary: [69cat] NullPointerException at org.netbeans.modules.cnd.gotodeclaration.matc...
Status: RESOLVED DUPLICATE of bug 185382
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-03 18:17 UTC by misterm
Modified: 2010-05-04 05:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169037


Attachments
stacktrace (6.08 KB, text/plain)
2010-05-03 18:17 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-05-03 18:17:44 UTC
Build: NetBeans IDE Dev (Build 100503-0bd70e5e336a)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.gotodeclaration.matcher.NameMatcherFactory.createNameFilter(NameMatcherFactory.java:184)
   at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider.computeTypeNames(CppTypeProvider.java:80)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:489)
   at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:407)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1415)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1954)
Comment 1 misterm 2010-05-03 18:17:47 UTC
Created attachment 98389 [details]
stacktrace
Comment 2 Alexander Simon 2010-05-04 05:48:05 UTC

*** This bug has been marked as a duplicate of bug 185382 ***