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 235068

Summary: NullPointerException at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl$2.visit
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Code CompletionAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203358
Attachments: stacktrace

Description Exceptions Reporter 2013-08-27 07:10:27 UTC
This bug was originally marked as duplicate of bug 215273, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 7

User Comments:
GUEST: When debugging an application this error occurs, namely the transition from card output to card variables.




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:147)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl.accept(FileReferencesImpl.java:104)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesImpl.accept(FileReferencesImpl.java:97)
   at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl.addAutos(CsmAutosProviderImpl.java:159)
   at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl.getAutos(CsmAutosProviderImpl.java:125)
Comment 1 Exceptions Reporter 2013-08-27 07:10:29 UTC
Created attachment 139283 [details]
stacktrace
Comment 2 Egor Ushakov 2013-08-29 13:13:50 UTC
looks like it was introduced with the fix of the bug 166132
Comment 3 Alexander Simon 2014-08-18 08:24:21 UTC
*** Bug 244332 has been marked as a duplicate of this bug. ***
Comment 4 Alexander Simon 2014-08-18 08:45:46 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/e2b3b61f9dd1
Comment 5 Quality Engineering 2014-08-19 02:24:19 UTC
Integrated into 'main-silver', will be available in build *201408190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e2b3b61f9dd1
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #235068 NullPointerException at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl$2.visit
Comment 6 Quality Engineering 2014-09-17 12:12:28 UTC
Integrated into 'releases/release801', will be available in build *201409171118* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/21a141a50a12
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #235068 NullPointerException at org.netbeans.modules.cnd.completion.debugger.CsmAutosProviderImpl$2.visit
(transplanted from e2b3b61f9dd1fbaa6b899b24b542891ea7c725b1)