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 251922 - Window wizard - broken template causes compile error in new class
Summary: Window wizard - broken template causes compile error in new class
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-18 09:27 UTC by mienamoo
Modified: 2015-04-18 09:27 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 mienamoo 2015-04-18 09:27:49 UTC
IDE: Build 201504170001
JDK: 1.8.0_45 64-bit

1. Create a new NetBeans Platform Application (ant-based)
2. Create a new module within the application
3. In the main package that was created for the module, create a new Top Component using the New Window wizard
4. The newly created class doesn't compile, due to this line that is generated at the top:

 Expression project is undefined on line 4, column 14 in Templates/NetBeansModuleDevelopment-files/templateTopComponent637.java.