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
Original issue reported on code.google.com by
daniel.p...@gmail.com
on 23 Nov 2011 at 3:58