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 244395 - NullPointerException at org.netbeans.modules.form.JavaCodeGenerator.generateComponentCreate
Summary: NullPointerException at org.netbeans.modules.form.JavaCodeGenerator.generateC...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 06:28 UTC by Exceptions Reporter
Modified: 2014-05-09 06:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209619


Attachments
stacktrace (2.77 KB, text/plain)
2014-05-09 06:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-05-09 06:28:05 UTC
This bug was originally marked as duplicate of bug 130974, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 8

User Comments:
GUEST: Placing text box on form




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.JavaCodeGenerator.generateComponentCreate(JavaCodeGenerator.java:1370)
   at org.netbeans.modules.form.JavaCodeGenerator.addCreateCode(JavaCodeGenerator.java:1177)
   at org.netbeans.modules.form.JavaCodeGenerator.addCreateCode(JavaCodeGenerator.java:1182)
   at org.netbeans.modules.form.JavaCodeGenerator.addCreateCode(JavaCodeGenerator.java:1182)
   at org.netbeans.modules.form.JavaCodeGenerator.addCreateCode(JavaCodeGenerator.java:1182)
   at org.netbeans.modules.form.JavaCodeGenerator.addCreateCode(JavaCodeGenerator.java:1182)
Comment 1 Exceptions Reporter 2014-05-09 06:28:06 UTC
Created attachment 147196 [details]
stacktrace