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 221470 - NullPointerException at org.netbeans.modules.profiler.heapwalk.model.HeapPatterns.processLinkedListReferencePatterns
Summary: NullPointerException at org.netbeans.modules.profiler.heapwalk.model.HeapPatt...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 10:38 UTC by Exceptions Reporter
Modified: 2012-11-06 03:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194545


Attachments
stacktrace (4.30 KB, text/plain)
2012-11-05 10:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-05 10:38:45 UTC
This issue was reported manually by cyhelsky.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211020750)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b03, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b09
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.heapwalk.model.HeapPatterns.processLinkedListReferencePatterns(HeapPatterns.java:193)
   at org.netbeans.modules.profiler.heapwalk.model.HeapPatterns.processReferencePatterns(HeapPatterns.java:84)
   at org.netbeans.modules.profiler.heapwalk.model.HeapWalkerNodeFactory.createReferences(HeapWalkerNodeFactory.java:359)
   at org.netbeans.modules.profiler.heapwalk.model.ObjectNode$1.computeChildren(ObjectNode.java:185)
   at org.netbeans.modules.profiler.heapwalk.model.BrowserUtils.computeChildrenToNearestGCRoot(BrowserUtils.java:204)
   at org.netbeans.modules.profiler.heapwalk.ReferencesBrowserController$2.doInBackground(ReferencesBrowserController.java:223)
Comment 1 Exceptions Reporter 2012-11-05 10:38:48 UTC
Created attachment 127128 [details]
stacktrace
Comment 2 Tomas Hurka 2012-11-05 15:13:29 UTC
Fixed in profiler-main 

changeset:   238199:ba09352afbab
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Nov 05 16:04:54 2012 +0100
summary:     bugfix #221470, set passed = true only if e1 is not null
Comment 3 Quality Engineering 2012-11-06 03:10:01 UTC
Integrated into 'main-golden', will be available in build *201211060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ba09352afbab
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #221470, set passed = tru only if e1 is not null