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 258104 - NullPointerException at org.netbeans.modules.web.wizards.ServletData.addServlet
Summary: NullPointerException at org.netbeans.modules.web.wizards.ServletData.addServlet
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 21:56 UTC by jn0101
Modified: 2016-02-22 21:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222664


Attachments
stacktrace (1.37 KB, text/plain)
2016-02-22 21:56 UTC, jn0101
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jn0101 2016-02-22 21:56:36 UTC
This bug was originally marked as duplicate of bug 172222, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b53, Java(TM) SE Runtime Environment, 1.8.0-ea-b111
OS: Linux

User Comments:
jn0101: Imported an old project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.wizards.ServletData.addServlet(ServletData.java:501)
   at org.netbeans.modules.web.wizards.ServletData.createDDEntries(ServletData.java:467)
   at org.netbeans.modules.web.wizards.ServletIterator.instantiate(ServletIterator.java:284)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1053)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
Comment 1 jn0101 2016-02-22 21:56:38 UTC
Created attachment 158603 [details]
stacktrace