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 197163 - NullPointerException at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl$EqualsInfo.equals
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.models.CallStackFr...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 17:24 UTC by rkamradt
Modified: 2011-04-05 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177996


Attachments
stacktrace (3.14 KB, text/plain)
2011-03-28 17:24 UTC, rkamradt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rkamradt 2011-03-28 17:24:50 UTC
This bug was originally marked as duplicate of bug 156579, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
rkamradt: entering breakpoint while debugging




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl$EqualsInfo.equals(CallStackFrameImpl.java:958)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.equals(CallStackFrameImpl.java:899)
   at java.util.HashMap.put(HashMap.java:376)
   at org.openide.nodes.Children$Dupl.updateListAndMap(Children.java:1717)
   at org.openide.nodes.Children$Dupl.updateList(Children.java:1701)
   at org.openide.nodes.Children$Keys.setKeys(Children.java:1526)
Comment 1 rkamradt 2011-03-28 17:24:53 UTC
Created attachment 107345 [details]
stacktrace
Comment 2 Martin Entlicher 2011-04-04 15:32:30 UTC
Fixed by changeset:   191928:494abc0ab465
http://hg.netbeans.org/main/rev/494abc0ab465
Comment 3 Quality Engineering 2011-04-05 08:40:20 UTC
Integrated into 'main-golden', will be available in build *201104050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/494abc0ab465
User: mentlicher@netbeans.org
Log: #197163 Prevent from NPE when location is null.