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 220484 - NullPointerException at org.netbeans.modules.profiler.stp.SelectProfilingTask.selectProfilingSettings
Summary: NullPointerException at org.netbeans.modules.profiler.stp.SelectProfilingTask...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
: 223694 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-20 17:14 UTC by marco76
Modified: 2013-07-31 14:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193819


Attachments
stacktrace (1.40 KB, text/plain)
2012-10-20 17:14 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-10-20 17:14:53 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b02, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b07
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.stp.SelectProfilingTask.selectProfilingSettings(SelectProfilingTask.java:889)
   at org.netbeans.modules.profiler.stp.SelectProfilingTask.access$1100(SelectProfilingTask.java:128)
   at org.netbeans.modules.profiler.stp.SelectProfilingTask$14$1.run(SelectProfilingTask.java:1126)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 marco76 2012-10-20 17:14:56 UTC
Created attachment 126242 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-10-29 12:35:49 UTC
Should be fixed by fixing Bug 214284. Please reopen and provide steps if it happens again. Thanks.
Comment 3 Tomas Hurka 2013-07-31 14:20:09 UTC
*** Bug 223694 has been marked as a duplicate of this bug. ***