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 225140 - NullPointerException at org.netbeans.modules.profiler.ExportAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.profiler.ExportAction.actionPerf...
Status: RESOLVED DUPLICATE of bug 225126
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 14:20 UTC by Exceptions Reporter
Modified: 2013-01-21 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197823


Attachments
stacktrace (2.83 KB, text/plain)
2013-01-21 14:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-21 14:20:18 UTC
This bug was originally marked as duplicate of bug 203370, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201301210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.9-b04, Java(TM) SE Runtime Environment, 1.6.0_34-b04
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ExportAction.actionPerformed(ExportAction.java:361)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 Exceptions Reporter 2013-01-21 14:20:19 UTC
Created attachment 130445 [details]
stacktrace
Comment 2 Jiri Sedlacek 2013-01-21 14:21:59 UTC

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