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 241210 - NullPointerException at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel.stackToCLBD
Summary: NullPointerException at org.netbeans.modules.web.javascript.debugger.callstac...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 09:37 UTC by Vladimir Riha
Modified: 2014-02-02 02:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207157


Attachments
stacktrace (3.24 KB, text/plain)
2014-01-31 09:37 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-01-31 09:37:30 UTC
Build: NetBeans IDE Dev (Build 201401310001)
VM: Java HotSpot(TM) Client VM, 25.0-b66, Java(TM) SE Runtime Environment, 1.8.0-ea-b125
OS: Linux

User Comments:
vriha: Trying to copy call stack when running HTML5 project in embedded browser




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel.stackToCLBD(CallStackActionsModel.java:182)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel.access$100(CallStackActionsModel.java:76)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel$2.perform(CallStackActionsModel.java:121)
   at org.netbeans.spi.viewmodel.Models$ActionSupport.actionPerformed(Models.java:837)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
Comment 1 Vladimir Riha 2014-01-31 09:37:31 UTC
Created attachment 144619 [details]
stacktrace
Comment 2 Martin Entlicher 2014-01-31 21:31:50 UTC
Fixed by changeset:   271477:a1b9a003a4c3
http://hg.netbeans.org/core-main/rev/a1b9a003a4c3
Comment 3 Quality Engineering 2014-02-02 02:18:04 UTC
Integrated into 'main-silver', will be available in build *201402020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a1b9a003a4c3
User: mentlicher@netbeans.org
Log: #241210: Prevent from NPE.