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 53157

Summary: NPE when creating project from JSTLExample template
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: issues@javaee <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

Description Jiri Skrivanek 2005-01-10 13:17:36 UTC
NullPointerException is thrown when you create
JSTLExample project and then everytime you right
click on project's node. To reproduce:

- open new wizard and select 'Samples|Web|JSTL
Example' project
- click Next, select location
- click Finish and NPE is thrown at

org.netbeans.modules.web.project.ui.customizer.WebProjectProperties$PathParser.createWarIncludesMap(WebProjectProperties.java:941)

- right click JSTLExample project's node and NPE
is thrown at 

org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.hasVerifierSupport(J2eeModuleProvider.java:239)

Build 20050109-2122, JDK1.5.0_01, WindowsXP.
Comment 1 Jiri Skrivanek 2005-01-10 13:18:10 UTC
Created attachment 19577 [details]
Stack trace
Comment 2 Martin Grebac 2005-01-10 13:22:09 UTC

*** This issue has been marked as a duplicate of 52348 ***
Comment 3 Jiri Skrivanek 2005-01-10 13:27:03 UTC
Verified.