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 57666 - Please wait nodes in Options
Summary: Please wait nodes in Options
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks: 58412
  Show dependency tree
 
Reported: 2005-04-08 13:28 UTC by Alexander Kouznetsov
Modified: 2006-06-01 12:46 UTC (History)
0 users

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 Alexander Kouznetsov 2005-04-08 13:28:48 UTC
Steps to reproduce:
- Open Options.
- Expand Source Creation and Management > Templates > Web > AdvancedFilter.java and BodyTagHandler.java nodes
- "Please wait" nodes appear under both nodes. They seem not to be replaced with the appropriate content nodes
Comment 1 _ rkubacki 2005-04-11 12:12:48 UTC
it is not clear to me why web modules provide so many nodes here. some of them
are even not tempatles. passing to web team to evaluate.
Comment 2 Pavel Buzek 2005-04-12 00:37:42 UTC
Some templates switch the file in the middle of the wizard, based on users
selection. The files that are not templates are used only as links to files. The
links should be moved to a different folder in layer file so they do not show up
under templates. Maybe even better option would be to use
Repository.getDefault().getDefaultFileSystem().findResource() and not link these
files from the layer.
Comment 3 Jan Jancura 2005-04-28 19:30:34 UTC
Templates will be probably moved out from Options Dialog.
Comment 4 Milan Kuchtiak 2005-11-18 10:11:37 UTC
The AdvancedFilter,SimpleFilter templates were replaced by more general Filter
template
BodyTagHandler,SimpleTagHandler were replaced by TagHandler template.

Looks like problems were resolved in TemplateManager.
Comment 5 Alexander Kouznetsov 2006-06-01 12:46:43 UTC
Closed without verification