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 233652 - NullPointerException at org.netbeans.modules.profiler.ExportAction.selectExportTargetFile
Summary: NullPointerException at org.netbeans.modules.profiler.ExportAction.selectExpo...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Cyhelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-30 12:25 UTC by Jiri Skrivanek
Modified: 2013-07-31 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202669


Attachments
stacktrace (2.90 KB, text/plain)
2013-07-30 12:25 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-07-30 12:25:19 UTC
Build: NetBeans IDE Dev (Build 201307292300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b14
OS: Mac OS X

User Comments:
jskrivanek: To reproduce:
- create Anagram Game project
- start Profiling/Monitoring
- open VM Telemetry
- finish profiler
- click "Export to..."
- select folder, type e.g. a as filename, choose XML and click Export




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ExportAction.selectExportTargetFile(ExportAction.java:298)
   at org.netbeans.modules.profiler.ExportAction.actionPerformed(ExportAction.java:351)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 Jiri Skrivanek 2013-07-30 12:25:21 UTC
Created attachment 137996 [details]
stacktrace
Comment 2 Petr Cyhelsky 2013-07-30 13:15:24 UTC
fixed in http://hg.netbeans.org/profiler-main/rev/71481a595dfb
Comment 3 Quality Engineering 2013-07-31 02:25:27 UTC
Integrated into 'main-silver', will be available in build *201307302300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/71481a595dfb
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #233652 - workaround for jdk bug 8010718