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 247799 - NullPointerException at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl$2.visit
Summary: NullPointerException at org.netbeans.modules.cnd.completion.debugger.CsmAutos...
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-08 15:00 UTC by Exceptions Reporter
Modified: 2015-03-24 13:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212564


Attachments
stacktrace (3.04 KB, text/plain)
2014-10-08 15:00 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-08 15:00:22 UTC
This bug was originally marked as duplicate of bug 235068, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
GUEST: Exception arrived when i was trying to debug a c++ project.
It isn't so important, but i have gentoo as operating system.

GUEST: Trying to debug a project that are using mingw, this occurs when pointer variable are declared (both for double, float and int pointers).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl$2.visit(CsmAutosProviderImpl.java:177)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl._accept(FileReferencesImpl.java:157)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl.accept(FileReferencesImpl.java:109)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl.accept(FileReferencesImpl.java:101)
   at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl.addAutos(CsmAutosProviderImpl.java:159)
   at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl.getAutos(CsmAutosProviderImpl.java:104)
Comment 1 Exceptions Reporter 2014-10-08 15:00:24 UTC
Created attachment 149785 [details]
stacktrace
Comment 2 Alexander Simon 2015-03-24 13:36:01 UTC
Fixed in bug #235068.
Exception reports came from IDE without the fix.
It seems something wrong in exception report.