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 188218 - NullPointerException at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery.methodEquals
Summary: NullPointerException at org.netbeans.modules.cnd.api.model.services.CsmVirtua...
Status: RESOLVED DUPLICATE of bug 187758
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 19:58 UTC by tbrunhoff
Modified: 2010-07-03 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171070


Attachments
stacktrace (1.89 KB, text/plain)
2010-06-29 19:58 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2010-06-29 19:58:26 UTC
Build: NetBeans IDE Dev (Build 201006130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
tbrunhoff: Editing.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery.methodEquals(CsmVirtualInfoQuery.java:107)
   at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery.access$100(CsmVirtualInfoQuery.java:68)
   at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.getOverriddenMethods(CsmVirtualInfoQuery.java:281)
   at org.netbeans.modules.cnd.navigation.overrides.ComputeAnnotations.computeAnnotation(ComputeAnnotations.java:115)
   at org.netbeans.modules.cnd.navigation.overrides.ComputeAnnotations.computeAnnotations(ComputeAnnotations.java:99)
   at org.netbeans.modules.cnd.navigation.overrides.ComputeAnnotations.computeAnnotations(ComputeAnnotations.java:90)
Comment 1 tbrunhoff 2010-06-29 19:58:30 UTC
Created attachment 100498 [details]
stacktrace
Comment 2 Vladimir Kvashin 2010-07-03 09:33:14 UTC

*** This bug has been marked as a duplicate of bug 187758 ***