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 207645 - NullPointerException at org.netbeans.modules.profiler.ResultsManager.saveSnapshot
Summary: NullPointerException at org.netbeans.modules.profiler.ResultsManager.saveSnap...
Status: RESOLVED DUPLICATE of bug 207159
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 18:39 UTC by 280Z28
Modified: 2012-01-23 19:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184681


Attachments
stacktrace (6.67 KB, text/plain)
2012-01-23 18:39 UTC, 280Z28
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 280Z28 2012-01-23 18:39:30 UTC
Build: NetBeans IDE Dev (Build 20120118-0fbe23a0e51a)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
280Z28: Trying a Save All action




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ResultsManager.saveSnapshot(ResultsManager.java:784)
   at org.netbeans.modules.profiler.SnapshotResultsWindow$SavePerformer.handleSave(SnapshotResultsWindow.java:150)
   at org.netbeans.spi.actions.AbstractSavable.save(AbstractSavable.java:107)
   at org.netbeans.core.ExitDialog.save(ExitDialog.java:187)
   at org.netbeans.core.ExitDialog.save(ExitDialog.java:166)
   at org.netbeans.core.ExitDialog.actionPerformed(ExitDialog.java:145)
Comment 1 280Z28 2012-01-23 18:39:33 UTC
Created attachment 115169 [details]
stacktrace
Comment 2 Tomas Hurka 2012-01-23 19:00:02 UTC
Probably duplicate of issue #207159

*** This bug has been marked as a duplicate of bug 207159 ***