Skip to content

Sorting algorithm for wrappers #188

Open
@Damtev

Description

@Damtev

Description

java.util.List and java.util.stream.Stream have sorting methods that are too complex to analyze. We need to find a sorting algorithm as easily as possible for analysis and implement it in wrapper methods java.util.List#sort and java.util.stream.Stream#sorted.

Expected behavior

The easy-to-analyze sorting algorithm is implemented for wrappers.

Environment

Not applicable.

Potential alternatives

To investigate.

Context

Not applicable.

Metadata

Metadata

Assignees

Labels

comp-symbolic-engineIssue is related to the symbolic execution engine

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions