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 57287 - NPE when creating Tag Library Descriptor
Summary: NPE when creating Tag Library Descriptor
Status: CLOSED DUPLICATE of bug 54342
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-03-31 21:13 UTC by Jiri Kovalsky
Modified: 2006-03-24 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE thrown when generating TLD file. (1.08 KB, text/plain)
2005-03-31 21:14 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2005-03-31 21:13:15 UTC
Development build #200503301800 of NetBeans 4.1
Windows XP, JDK 1.5.0_02 build #09

Description:
============
I was creating new tag library descriptor from template and obtained below
attached NPE after I clicked "Finish" button. The web project had dependency on
another Java Library project. I can't reproduce it though.

What I did:
===========
1. Invoke "New|File/Folder..." on "Web Pages" node in Projects view.
2. Selected "Web" category and "Tag Library Descriptor" and pushed "Next >".
3. Set "test" as TLD Name and pushed "< Back" and immediatelly "Next >" buttons.
4. Pushed "< Back" and "Next >" again and finally "Finish" buttons.
5. NPE was thrown but the file was generated and displayed in editor correctly.
Comment 1 Jiri Kovalsky 2005-03-31 21:14:10 UTC
Created attachment 21274 [details]
NPE thrown when generating TLD file.
Comment 2 Jiri Kovalsky 2005-03-31 21:15:07 UTC
This is unfortunately random issue.
Comment 3 zikmund 2005-04-01 07:53:39 UTC
BTW: seems to be similar to issue 54342 and issue 48789.
Comment 4 Jiri Kovalsky 2005-04-01 08:11:53 UTC
Yes, you are right. It's a duplicate however the cause of the NPE obviously
remains not fixed. :-(
Comment 5 Pavel Buzek 2005-04-01 15:01:36 UTC
fixable in 4.1 (time permitting)
Comment 6 Pavel Buzek 2005-08-25 06:01:53 UTC

*** This issue has been marked as a duplicate of 54342 ***
Comment 7 Jiri Kovalsky 2005-11-04 12:57:46 UTC
Verifying as duplicate.