palavrix / moa

Automatically exported from code.google.com/p/moa
0 stars 0 forks source link

FilteredStream applies filters in reverse order #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Create a filtered stream with more than one filter where the filters are order 
dependent. (i.e. one filter depends on another) 

FilterA depends on FilterB

FilteredStream -f FilterA,FilterB

What is the expected output? 
FilterA is applied to the stream first, followed by FilterB.

What do you see instead?
FilterB will be executed first, and fail.

What version of the product are you using? 
moa-20111003

On what operating system?
Windows 7

Original issue reported on code.google.com by daniel.p...@gmail.com on 23 Nov 2011 at 3:58

GoogleCodeExporter commented 8 years ago
Solved!

Original comment by abi...@gmail.com on 16 Feb 2012 at 6:14