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 41100 - Genrate Tag Handlers action generates handler class for 1st tag each time
Summary: Genrate Tag Handlers action generates handler class for 1st tag each time
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 10:38 UTC by Martin Schovanek
Modified: 2010-01-12 02:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2004-03-18 10:38:47 UTC
[Nb Build 200403161736, jdk1.4.2]

It's superfluous and confusing. The action should
generate handler class only if new generation is
required or the class is not generated yet.

Steps to reproduce:
-------------------
1) create a new .tld (Tag Library)
2) add two Tags into the .tdl
3) right-click the .tld node and chose Genrate Tag
Handlers
NOTE: two new handler classes are generated
4) right-click the .tld node and chose Genrate Tag
Handlers again
ERROR: handler class for first tag is generated
(Tag Handle Generation Massage dialog appears)
Comment 1 Milan Kuchtiak 2004-05-31 14:41:10 UTC
The issue isn't relevant to current code any more.
The functionality was replaced by tag handler wizard.
Comment 2 Martin Schovanek 2007-03-01 19:08:30 UTC
V.