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 182128

Summary: Incorrect capitalization of names of properties in Action property editor
Product: guibuilder Reporter: Jan Stola <jstola>
Component: App FrameworkAssignee: issues@guibuilder <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Stola 2010-03-16 15:01:23 UTC
Steps to reproduce:
1. Create Java Desktop Application.
2. Add the following method into the view:
        public boolean isURL() {
            return false;
        }
3. Open Action property editor for some button.
4. Look into Enabled/Selected Property combos. There is 'uRL',
   but the correct name of the property is 'URL'.
Comment 1 Jan Stola 2010-03-16 15:29:03 UTC
Fixed.

Modified file: http://hg.netbeans.org/cdev/rev/56f1c8f7b520