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 219723 - NPE in memory profiling
Summary: NPE in memory profiling
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-10-08 19:37 UTC by Tomas Hurka
Modified: 2012-10-09 02:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2012-10-08 19:37:21 UTC
NPE is thrown when context menu is invoked in memory profiling and GoToSource.isAvailable() returns false. See <http://java.net/jira/browse/VISUALVM-521> for details.
Comment 1 Tomas Hurka 2012-10-08 19:38:58 UTC
Regression caused by 045a581c4f01
Comment 2 Tomas Hurka 2012-10-08 19:46:54 UTC
Fixed in profiler-main.

changeset:   235219:4047e95b8225
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Oct 08 21:45:26 2012 +0200
summary:     bugfix #219723, popupRemoveProfForClass and popupRemoveProfForClassesBelow has nothing to do with GoToSource.isAvailable()
Comment 3 Quality Engineering 2012-10-09 02:06:47 UTC
Integrated into 'main-golden', will be available in build *201210090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4047e95b8225
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #219723, popupRemoveProfForClass and popupRemoveProfForClassesBelow has nothing to do with GoToSource.isAvailable()