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 214126 - NullPointerException at org.netbeans.modules.profiler.ResultsManager.checkFileExists
Summary: NullPointerException at org.netbeans.modules.profiler.ResultsManager.checkFil...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 12:44 UTC by Petr Cyhelsky
Modified: 2012-06-14 06:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189436


Attachments
stacktrace (3.64 KB, text/plain)
2012-06-13 12:44 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-06-13 12:44:24 UTC
Build: NetBeans IDE Dev (Build 201206130001)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ResultsManager.checkFileExists(ResultsManager.java:1035)
   at org.netbeans.modules.profiler.ResultsManager.exportSnapshot(ResultsManager.java:1058)
   at org.netbeans.modules.profiler.ResultsManager.access$200(ResultsManager.java:129)
   at org.netbeans.modules.profiler.ResultsManager$1.run(ResultsManager.java:446)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Petr Cyhelsky 2012-06-13 12:44:30 UTC
Created attachment 120780 [details]
stacktrace
Comment 2 Tomas Hurka 2012-06-13 13:01:56 UTC
Fixed in profiler-main

changeset:   224344:d845c830d606
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Jun 13 15:00:44 2012 +0200
summary:     bugfix #214126, handle situation when user cancels save dialog
Comment 3 Quality Engineering 2012-06-14 06:08:32 UTC
Integrated into 'main-golden', will be available in build *201206140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d845c830d606
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #214126, handle situation when user cancels save dialog