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

Summary: NullPointerException at org.netbeans.modules.profiler.stp.SelectProfilingTask.selectProfilingSettings
Product: profiler Reporter: marco76
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal CC: Alniks
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193819
Attachments: stacktrace

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. ***