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 183255 - NullPointerException at org.apache.jmeter.module.JMeterRunAction.enable
Summary: NullPointerException at org.apache.jmeter.module.JMeterRunAction.enable
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 11:23 UTC by squib
Modified: 2011-01-09 06:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 62422


Attachments
stacktrace (2.83 KB, text/plain)
2010-03-31 11:23 UTC, squib
Details

Note You need to log in before you can comment on or make changes to this bug.
Description squib 2010-03-31 11:23:52 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.apache.jmeter.module.JMeterRunAction.enable(JMeterRunAction.java:81)
   at org.openide.util.actions.NodeAction$DelegateAction.resultChanged(NodeAction.java:619)
   at org.openide.util.actions.CookieAction$CookieDelegateAction.superResultChanged(CookieAction.java:343)
   at org.openide.util.actions.CookieAction$CookieDelegateAction.resultChanged(CookieAction.java:339)
   at org.openide.util.actions.NodeAction$DelegateAction.<init>(NodeAction.java:563)
   at org.openide.util.actions.CookieAction$CookieDelegateAction.<init>(CookieAction.java:332)
Comment 1 squib 2010-03-31 11:23:56 UTC
Created attachment 96418 [details]
stacktrace
Comment 2 J Bachorik 2011-01-07 15:01:47 UTC
fixed http://hg.netbeans.org/profiler-main/rev/78923438120a
Comment 3 Quality Engineering 2011-01-09 06:17:36 UTC
Integrated into 'main-golden', will be available in build *201101090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/78923438120a
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #183255: preventing NPE in a JMeter action enablement logic