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 243831 - NullPointerException at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getContextVisibility
Summary: NullPointerException at org.netbeans.modules.cnd.completion.csm.CsmProjectCon...
Status: RESOLVED FIXED
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-04-14 19:20 UTC by tbrunhoff
Modified: 2014-04-24 02:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209112


Attachments
stacktrace (3.67 KB, text/plain)
2014-04-14 19:20 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-04-14 19:20:36 UTC
Build: NetBeans IDE Dev (Build 201403100001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: pasting some text into the editor while in the debugger.

tbrunhoff: pasting text.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getContextVisibility(CsmProjectContentResolver.java:1590)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getClassMembers(CsmProjectContentResolver.java:1288)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getClassMembers(CsmProjectContentResolver.java:1156)
   at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getMethods(CsmProjectContentResolver.java:1054)
   at org.netbeans.modules.cnd.completion.csm.CompletionResolverImpl.resolveContext(CompletionResolverImpl.java:489)
   at org.netbeans.modules.cnd.completion.csm.CompletionResolverImpl.resolveContext(CompletionResolverImpl.java:262)
Comment 1 tbrunhoff 2014-04-14 19:20:38 UTC
Created attachment 146750 [details]
stacktrace
Comment 2 Alexander Simon 2014-04-15 09:07:05 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/76bcaefe8bcf
Comment 3 Quality Engineering 2014-04-18 02:40:54 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/76bcaefe8bcf
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243831 NullPointerException at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getContextVisibility
Comment 4 Quality Engineering 2014-04-24 02:17:01 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/6a2d429bf71a
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243831 NullPointerException at org.netbeans.modules.cnd.completion.csm.CsmProjectContentResolver.getContextVisibility
(transplanted from 76bcaefe8bcf8b917cb0dde17cc12c44bb17278a)