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 85138 - AssertionError creating Window Component with existing name
Summary: AssertionError creating Window Component with existing name
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 13:49 UTC by Lukasz Grela
Modified: 2007-10-30 20:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (18.14 KB, text/plain)
2006-09-18 13:50 UTC, Lukasz Grela
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Grela 2006-09-18 13:49:43 UTC
#200609180300

1) create Window Component

2) create WindowComponent in different package, give the same Class name prefix
as for WC created in setp 1

3) during creating exception is thrown
Comment 1 Lukasz Grela 2006-09-18 13:50:18 UTC
Created attachment 34078 [details]
exception
Comment 2 Jesse Glick 2007-10-30 20:54:09 UTC
Wizard will now prevent you from continuing (with a hopefully helpful message) until you pick a different basename.

Checking in test/unit/src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesTest.java;
/shared/data/ccvs/repository/apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesTest.java,v
 <--  CreatedModifiedFilesTest.java
new revision: 1.34; previous revision: 1.33
done
Checking in src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesFactory.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/CreatedModifiedFilesFactory.java,v
 <--  CreatedModifiedFilesFactory.java
new revision: 1.40; previous revision: 1.39
done