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 165559 - GapWindow property name in Property Editor doesn't match name in Properties; and invalid values can be entered in Properties
Summary: GapWindow property name in Property Editor doesn't match name in Properties; ...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 01:59 UTC by kdoizaki
Modified: 2009-05-20 01:59 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 kdoizaki 2009-05-20 01:59:57 UTC
Tested using GlassFishESB v2.1 nightly build (20090515-1455).

Issue is similar to 165558 (ContiguousOrder), but for GapWindow operator. 
(1) The "index" property is named differently in the Property Editor ("Sort by"), when they should match.
(2) The "index" field accepts invalid characters and invalid entries. 

Steps to reproduce:
(1) Create IEP process with StreamInput with schema (using integer and/or bigint data types) defined fed into 
GapWindow operator
(2) View Properties panel - Ctrl+Shift+7
(3) In "index" field enter an invalid name (e.g. use &*!), which is "saved" and displayed in the Properties 
panel
(4) Double-click the GapWindow operator to view the Property Editor
Note that Property Editor does not have "index" property, but "Sort by". Also, note that the invalid entry will not be 
displayed leaving the Sort by field blank. If valid selection is made, then the Properties panel will be updated 
accordingly.