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

Summary: NPE in memory profiling
Product: profiler Reporter: Tomas Hurka <thurka>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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()