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 218440 - NullPointerException at org.netbeans.modules.websvc.rest.wizard.EntityResourcesSetupPanel$FinishEntityPanel.read
Summary: NullPointerException at org.netbeans.modules.websvc.rest.wizard.EntityResourc...
Status: VERIFIED DUPLICATE of bug 217775
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 07:29 UTC by Jiri Skrivanek
Modified: 2012-09-17 07:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192481


Attachments
stacktrace (6.21 KB, text/plain)
2012-09-17 07:29 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-09-17 07:29:48 UTC
Build: NetBeans IDE Dev (Build 201209170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
jskrivanek: Still valid...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.wizard.EntityResourcesSetupPanel$FinishEntityPanel.read(EntityResourcesSetupPanel.java:180)
   at org.netbeans.modules.websvc.rest.wizard.AbstractPanel.readSettings(AbstractPanel.java:89)
   at org.netbeans.modules.websvc.rest.wizard.EntityResourcesSetupPanel.readSettings(EntityResourcesSetupPanel.java:114)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:849)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:799)
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:746)
Comment 1 Jiri Skrivanek 2012-09-17 07:29:50 UTC
Created attachment 124426 [details]
stacktrace
Comment 2 Jiri Skrivanek 2012-09-17 07:31:37 UTC

*** This bug has been marked as a duplicate of bug 217775 ***