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 255584 - NullPointerException at org.netbeans.modules.websvc.rest.wizard.PatternResourcesSetupPanel$PatternPanel.read
Summary: NullPointerException at org.netbeans.modules.websvc.rest.wizard.PatternResour...
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-27 16:22 UTC by Exceptions Reporter
Modified: 2016-07-07 09:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220223


Attachments
stacktrace (6.40 KB, text/plain)
2015-09-27 16:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-27 16:22:13 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 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Created new archetype 

mvn archetype:generate -DarchetypeArtifactId=jersey-quickstart-grizzly2 \
-DarchetypeGroupId=org.glassfish.jersey.archetypes -DinteractiveMode=false \
-DgroupId=com.example -DartifactId=simple-service -Dpackage=com.example \
-DarchetypeVersion=2.22




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.rest.wizard.PatternResourcesSetupPanel$PatternPanel.read(PatternResourcesSetupPanel.java:227)
   at org.netbeans.modules.websvc.rest.wizard.AbstractPanel.readSettings(AbstractPanel.java:89)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:754)
   at org.netbeans.modules.project.ui.NewFileWizard.updateState(NewFileWizard.java:135)
Comment 1 Exceptions Reporter 2015-09-27 16:22:16 UTC
Created attachment 156443 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:54:05 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss