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 186249 - NullPointerException at com.google.checkout.sdk.nbmodule.integrationwizard.panels.ProjectWizardPanel.updateWebInfTextField
Summary: NullPointerException at com.google.checkout.sdk.nbmodule.integrationwizard.pa...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 13:52 UTC by abhishekmunie
Modified: 2010-05-18 07:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167216


Attachments
stacktrace (3.94 KB, text/plain)
2010-05-17 13:52 UTC, abhishekmunie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abhishekmunie 2010-05-17 13:52:23 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
GUEST: attempting to use google checkout netbeans module - integration wizard




Stacktrace: 
java.lang.NullPointerException
   at com.google.checkout.sdk.nbmodule.integrationwizard.panels.ProjectWizardPanel.updateWebInfTextField(ProjectWizardPanel.java:244)
   at com.google.checkout.sdk.nbmodule.integrationwizard.panels.ProjectWizardPanel.refreshProjectList(ProjectWizardPanel.java:236)
   at com.google.checkout.sdk.nbmodule.integrationwizard.panels.ProjectWizardPanel.access$200(ProjectWizardPanel.java:38)
   at com.google.checkout.sdk.nbmodule.integrationwizard.panels.ProjectWizardPanel$Panel.readSettings(ProjectWizardPanel.java:314)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:900)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:851)
Comment 1 abhishekmunie 2010-05-17 13:52:27 UTC
Created attachment 99086 [details]
stacktrace