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 253526 - NullPointerException at org.netbeans.modules.cnd.api.model.services.CsmSelect.<clinit>
Summary: NullPointerException at org.netbeans.modules.cnd.api.model.services.CsmSelect...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 14:23 UTC by Alexander Simon
Modified: 2015-09-09 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218584


Attachments
stacktrace (1.35 KB, text/plain)
2015-07-16 14:23 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-16 14:23:56 UTC
Build: NetBeans IDE Dev (Build 20150716-45a3aaa50900)
VM: Java HotSpot(TM) Client VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: do not remember what i did




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.api.model.services.CsmSelect.<clinit>(CsmSelect.java:84)
   at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.run(CppTypeProvider.java:243)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
Comment 1 Alexander Simon 2015-07-16 14:23:58 UTC
Created attachment 154681 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-09 15:41:06 UTC
Something wrong in order of loaded modules.
Provider SelectImpl is not available at this time.
There is no beginning of message log and there is no possibility to understand a problem.