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 - NPE when creating project from JSTLExample template
Summary: NPE when creating project from JSTLExample template
Status: CLOSED DUPLICATE of bug 52348
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 13:17 UTC by Jiri Skrivanek
Modified: 2006-03-24 12:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (4.04 KB, text/plain)
2005-01-10 13:18 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.