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 - Incorrect capitalization of names of properties in Action property editor
Summary: Incorrect capitalization of names of properties in Action property editor
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 15:01 UTC by Jan Stola
Modified: 2010-03-16 15:29 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 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