Skip to content

Remove unmodifiable collection wrappers in ResolveContext#701

Merged
havocp merged 1 commit intomasterfrom
fix-stack-overflow-in-resolve-context
Sep 18, 2020
Merged

Remove unmodifiable collection wrappers in ResolveContext#701
havocp merged 1 commit intomasterfrom
fix-stack-overflow-in-resolve-context

Conversation

@havocp
Copy link
Contributor

@havocp havocp commented Jul 24, 2020

This fixes #700 (Java is unhelpful and the Collections.unmodifiableList etc
methods don't check whether the thing is already wrapped).

These were just an assertion basically intended to find any accidental
modification of these collections, so not essential.

This fixes #700 (Java is unhelpful and the Collections.unmodifiableList etc
methods don't check whether the thing is already wrapped).

These were just an assertion basically intended to find any accidental
modification of these collections, so not essential.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StackOverflowError when OS has a lot of environment variables

1 participant