Skip to content
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

filter singleton constructors as per #903 #1028

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Jun 13, 2022

Filters mutations in constructor's called from the same class' static initializer.

A check is not made that the constructor is private. Some killable mutants may therefore be filtered, but this needs to be weighed against the confusion caused by mutants appearing/disappearing based on code visibility.

Filter mutations in constructors called from the same class' static initializer.

A check is not made that the constructor is private. Some killable mutants may therefore be filtered,
but this needs to be weighed against the confusion caused by mutants appearing/disappearing based on code visibility.
@hcoles hcoles force-pushed the feature/singletonfilter branch from 2ecea68 to e717f8c Compare June 13, 2022 10:39
@hcoles hcoles merged commit a3ae6d0 into master Jun 13, 2022
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.

1 participant