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 204579 - NullPointerException at org.netbeans.modules.profiler.api.TaskConfigurator.configureProfileProjectTask
Summary: NullPointerException at org.netbeans.modules.profiler.api.TaskConfigurator.co...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
: 204594 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-02 11:58 UTC by Jiri Skrivanek
Modified: 2011-11-02 16:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182518


Attachments
stacktrace (1.99 KB, text/plain)
2011-11-02 11:58 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-02 11:58:27 UTC
Build: NetBeans IDE Dev (Build 20111102-951d08566353)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
jskrivanek: To reproduce:

- create Java project
- right-click project node and choose Profile




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.api.TaskConfigurator.configureProfileProjectTask(TaskConfigurator.java:134)
   at org.netbeans.modules.profiler.actions.ProfilingSupport.selectTaskForProfiling(ProfilingSupport.java:171)
   at org.netbeans.modules.profiler.nbimpl.actions.AntActions$8.run(AntActions.java:603)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 Jiri Skrivanek 2011-11-02 11:58:29 UTC
Created attachment 112736 [details]
stacktrace
Comment 2 J Bachorik 2011-11-02 12:02:10 UTC
fixed
http://hg.netbeans.org/main-silver/rev/222c26947118
Comment 3 Tomas Hurka 2011-11-02 16:23:01 UTC
*** Bug 204594 has been marked as a duplicate of this bug. ***