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 256109 - NullPointerException at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.setModel
Summary: NullPointerException at org.netbeans.modules.cnd.callgraph.impl.CallGraphPane...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 15:18 UTC by Vladimir Kvashin
Modified: 2016-03-16 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220710


Attachments
stacktrace (3.50 KB, text/plain)
2015-10-22 15:18 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2015-10-22 15:18:43 UTC
Build: NetBeans IDE 8.1 (Build 20151019-fd47b1e855d5)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
vkvashin: Invoked a call graph on open JDK code.
I'm not sure, somewhere in struct JNINativeMethod - probably I tried to find JNINativeMethod.name




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.setModel(CallGraphPanel.java:472)
   at org.netbeans.modules.cnd.callgraph.impl.CallGraphTopComponent.setModel(CallGraphTopComponent.java:117)
   at org.netbeans.modules.cnd.callgraph.impl.CallGraphPopupAction.performAction(CallGraphPopupAction.java:70)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
Comment 1 Vladimir Kvashin 2015-10-22 15:18:45 UTC
Created attachment 156906 [details]
stacktrace
Comment 2 Alexander Simon 2015-10-26 09:07:10 UTC
result of fixing bug #252911
Comment 3 Alexander Simon 2015-10-26 09:08:57 UTC
fixed on enum, change set:
9862e8a35728
Comment 4 Quality Engineering 2015-10-29 02:22:28 UTC
Integrated into 'main-silver', will be available in build *201510290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/32bf28b1d586
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #256109 NullPointerException at org.netbeans.modules.cnd.callgraph.impl.CallGraphPanel.setModel
(transplanted from 9862e8a3572846b33952de19d20711c806ff74a7)
Comment 5 soldatov 2015-11-25 11:37:25 UTC
Verified in NetBeans 8.1 patch1