Skip to content

Stream wrappers #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Damtev opened this issue May 31, 2022 · 0 comments
Closed

Stream wrappers #81

Damtev opened this issue May 31, 2022 · 0 comments
Assignees
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

Comments

@Damtev
Copy link
Member

Damtev commented May 31, 2022

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.

@Damtev Damtev added ctg-enhancement New feature, improvement or change request comp-symbolic-engine Issue is related to the symbolic execution engine priority-top-focus Top priority chosen by dev team labels May 31, 2022
@Damtev Damtev self-assigned this May 31, 2022
@Damtev Damtev moved this to Todo in UTBot Java May 31, 2022
@Damtev Damtev moved this from Todo to In Progress in UTBot Java May 31, 2022
@Damtev Damtev modified the milestones: 145, Basic Stream, Basic Stream wrapper, Primitives Stream wrappers Jun 3, 2022
@Damtev Damtev moved this from In Progress to Done in UTBot Java Oct 5, 2022
@Damtev Damtev closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Archived in project
Development

No branches or pull requests

1 participant