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 99190 - Maximum Input property is misleading on Stream Projection operator
Summary: Maximum Input property is misleading on Stream Projection operator
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Rahul Dwivedi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 01:47 UTC by jday
Modified: 2007-05-18 01:06 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 jday 2007-03-28 01:47:30 UTC
There are two Input properties for Stream Projection and Filter.
Maximum Inputs - 1
Maximum Static Inputs - 100000

This terminology strongly suggests that the first one of these are the total 
number of inputs, and the Static Inputs must be a subset of that (a smaller 
number)   In fact  "Maximum Inputs" is reffereing to the only possible input 
other than a table, and that is a single stream input. 

I suggest Maximum Inputs should be changed to either "Maximum Dynamic Inputs"  
or "Maximum Stream Inputs"
Comment 1 Rahul Dwivedi 2007-04-11 00:41:45 UTC
this change will affect all the other operators too.
changed the display name to maximum dynamic inputs .
Comment 2 jday 2007-05-18 01:06:09 UTC
verified fixed in netbeans build from May 16.    Checked at least 10 different 
operators, and all had the new change in the "inputs allowed" terminology.