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 26037 - Sometimes NewWizardOperator.create method does not select right template
Summary: Sometimes NewWizardOperator.create method does not select right template
Status: RESOLVED INVALID
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on: 26251
Blocks:
  Show dependency tree
 
Reported: 2002-07-26 10:40 UTC by David Kaspar
Modified: 2002-08-07 08:00 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 David Kaspar 2002-07-26 10:40:16 UTC
Sometimes NewWizardOperator.create(template, node,
name) method does not select right template.

It is not easy to reproduce. Sometimes it happens
when I run CORBA tests
(POASupport/testPOA_Templates test case).
In this test case I several times creating java
source file from template using mentioned method.

It seem to me that sometimes it selects previously
used template instead of new one.
Comment 1 Jiri Skrivanek 2002-08-07 08:00:53 UTC
It is problem in the test case POASupport/testPOA_Templates. There
need to be used exact matching to distinguish templates 
"CORBA|ClientMain" and "CORBA|CallBackClientMain".