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 230434 - NullPointerException at org.netbeans.modules.hudson.ui.actions.CreateJob.actionPerformed
Summary: NullPointerException at org.netbeans.modules.hudson.ui.actions.CreateJob.acti...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 09:46 UTC by ytn01
Modified: 2013-05-31 01:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201001


Attachments
stacktrace (2.57 KB, text/plain)
2013-05-29 09:46 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2013-05-29 09:46:34 UTC
Build: NetBeans IDE Dev (Build 201305262300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b12
OS: Mac OS X

User Comments:
ytn01: Installed fresh copy of the IDE and launched it,
Clicked the "Team" menu item,
Clicked the "Create Build Job" entry

exception was thrown.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.hudson.ui.actions.CreateJob.actionPerformed(CreateJob.java:112)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:198)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:201)
Comment 1 ytn01 2013-05-29 09:46:36 UTC
Created attachment 135055 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-05-29 13:11:28 UTC
Fixed in http://hg.netbeans.org/core-main/rev/6dd4d314f6ca
Please verify.
Thank you for reporting.
Comment 3 Quality Engineering 2013-05-31 01:21:38 UTC
Integrated into 'main-golden', will be available in build *201305302301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6dd4d314f6ca
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #230434: NPE at o.n.m.hudson.ui.actions.CreateJob.actionPerformed