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 219182 - Event handlers doesn't get generated via the auto suggested event handler names
Summary: Event handlers doesn't get generated via the auto suggested event handler names
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 12:15 UTC by ytn01
Modified: 2012-10-30 19:34 UTC (History)
1 user (show)

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 ytn01 2012-09-28 12:15:02 UTC
Property combo-box of a specific event for a given component is normally empty if no event is associated.
Clicking the combo-box will list any existing applicable handlers or suggests name for a new one.
Normally, clicking auto generated handler names will generate handler code.
In this version this is not happening,... instead an error dialog is displayed with a message that says "Empty string is not a Java Identifier".

Product Version = NetBeans IDE 7.3 Beta (Build 201209232010)
Operating System = Mac OS X version 10.7.4 running on x86_64
Java; VM; Vendor = 1.6.0_35
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.10-b01-428
Comment 1 Jan Stola 2012-10-30 19:34:25 UTC
The described behaviour was a temporary regression in the property sheet. The mentioned test case works correctly in the latest development builds.