Stream wrappers #81
Labels
comp-symbolic-engine
Issue is related to the symbolic execution engine
ctg-enhancement
New feature, improvement or change request
priority-top-focus
Top priority chosen by dev team
Uh oh!
There was an error while loading. Please reload this page.
Description
Implement Ut wrappers for Stream (#145), IntStream, LongStream, and DoubleStream (#146).
Expected behavior
The implementation should allow a successful analysis of stream usages (like map, filter, distinct, etc methods).
Environment
Not applicable.
Potential alternatives
Unknown.
Context
We cannot successfully analyze standard Stream's implementation because of its high complexity, and the existing wrappers mechanism is the only way to support Stream analysis.
The text was updated successfully, but these errors were encountered: