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

Summary: NullPointerException at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery.methodEquals
Product: cnd Reporter: tbrunhoff <tbrunhoff>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171070
Attachments: stacktrace

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 ***