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 218516 - NullPointerException at org.netbeans.modules.websvc.rest.wizard.PatternResourcesSetupPanel$PatternPanel.read
Summary: NullPointerException at org.netbeans.modules.websvc.rest.wizard.PatternResour...
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-18 09:02 UTC by Jiri Skrivanek
Modified: 2012-10-11 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192518


Attachments
stacktrace (6.16 KB, text/plain)
2012-09-18 09:02 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-18 09:02:44 UTC
This bug was originally marked as duplicate of bug 217775, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201209180001)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
jskrivanek: Again and again...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.wizard.PatternResourcesSetupPanel$PatternPanel.read(PatternResourcesSetupPanel.java:213)
   at org.netbeans.modules.websvc.rest.wizard.AbstractPanel.readSettings(AbstractPanel.java:89)
   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)
   at org.netbeans.modules.project.ui.NewFileWizard.updateState(NewFileWizard.java:124)
Comment 1 Jiri Skrivanek 2012-09-18 09:02:46 UTC
Created attachment 124494 [details]
stacktrace
Comment 2 Denis Anisimov 2012-09-18 09:37:15 UTC

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