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 239054 - NullPointerException at net.java.atlassian.jdk.plugin.wizard.AtlassianProjectWizardPanel1.validate
Summary: NullPointerException at net.java.atlassian.jdk.plugin.wizard.AtlassianProject...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 19:09 UTC by alied
Modified: 2016-08-19 01:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205735


Attachments
stacktrace (7.38 KB, text/plain)
2013-12-02 19:09 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-12-02 19:09:09 UTC
Build: NetBeans IDE Dev (Build 201311190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
alied: creating a new Jira plugin from the Jira plugin




Stacktrace: 
java.lang.NullPointerException
   at net.java.atlassian.jdk.plugin.wizard.AtlassianProjectWizardPanel1.validate(AtlassianProjectWizardPanel1.java:123)
   at org.openide.WizardDescriptor$11.run(WizardDescriptor.java:1458)
   at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1513)
   at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:92)
   at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2322)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
Comment 1 alied 2013-12-02 19:09:10 UTC
Created attachment 142794 [details]
stacktrace