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

Summary: Genrate Tag Handlers action generates handler class for 1st tag each time
Product: javaee Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: non_migrated_user
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.