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 208256 - NullPointerException at org.netbeans.modules.profiler.ui.stp.SelectProfilingTask.createFinalSettings
Summary: NullPointerException at org.netbeans.modules.profiler.ui.stp.SelectProfilingT...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 15:28 UTC by Exceptions Reporter
Modified: 2012-03-22 10:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182112


Attachments
stacktrace (614 bytes, text/plain)
2012-02-10 15:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-02-10 15:28:26 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.ui.stp.SelectProfilingTask.createFinalSettings(SelectProfilingTask.java:616)
   at org.netbeans.modules.profiler.ui.stp.SelectProfilingTask.selectProfileProjectTask(SelectProfilingTask.java:441)
   at org.netbeans.modules.profiler.actions.ProfilingSupport.selectTaskForProfiling(ProfilingSupport.java:179)
   at org.netbeans.modules.profiler.actions.AntActions$8.run(AntActions.java:555)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Exceptions Reporter 2012-02-10 15:28:30 UTC
Created attachment 115589 [details]
stacktrace
Comment 2 J Bachorik 2012-03-22 10:10:32 UTC
Seems to be fixed by #6051d10bedfa and #6730f1a29b31