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 257273 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getClassifier
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getC...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-23 15:20 UTC by Exceptions Reporter
Modified: 2016-07-15 01:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221819


Attachments
stacktrace (4.04 KB, text/plain)
2015-12-23 15:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-23 15:20:13 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
GUEST: No method can be parsed when clicking on it and holding the ctrl button.
No navigation is possible.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getClassifier(TypeImpl.java:1055)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getClassifier(TypeImpl.java:788)
   at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl.getClassifier(TypeImpl.java:784)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getEnumeratorsFromEnumsEnumeratorsAndTypedefs(CsmProjectContentResolver.java:177)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getNamespaceEnumerators(CsmProjectContentResolver.java:1026)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver$4.getResults(CsmProjectContentResolver.java:419)
Comment 1 Exceptions Reporter 2015-12-23 15:20:14 UTC
Created attachment 157903 [details]
stacktrace
Comment 2 petrk 2016-07-14 15:04:09 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/7f822950da06
Comment 3 Quality Engineering 2016-07-15 01:48:34 UTC
Integrated into 'main-silver', will be available in build *201607150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7f822950da06
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #257273 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.TypeImpl._getClassifier