Liam Rougoor
Liam Rougoor
I'm using Buildalyzer to load projects in a given solution to perform some analysis on the projects' documents. I'm trying to test my implementation on its own solution, but it's...
**Is your feature request related to a problem? Please describe.** Similar to the `StringMutator`, we could mutate numbers. **Describe the solution you'd like** I'd like to see a mutator for...
Closes #2848.
**Is your feature request related to a problem? Please describe.** When the BlockMutator removes a block that contains a return statement, it implicitly adds a statement that returns default. However,...
**Is your feature request related to a problem? Please describe.** Default parameters could not be mutated in the method declaration due to the cause of compile errors. However, since the...
**Is your feature request related to a problem? Please describe.** We don't want the `since` and `with-baseline` options to be used simultaneously. **Describe the solution you'd like** An explicit since...
**Is your feature request related to a problem? Please describe.** We used to need git info to detect changes within tests. Now that we can store which tests cover which...
**Is your feature request related to a problem? Please describe.** When using the since feature, whenever a test file is changed, all mutants that are covered by any test in...
**Is your feature request related to a problem? Please describe.** Currently, we have a `BinaryExpressionMutator` that swaps operators, for example `a + b -> a - b` or `a &&...
Closes #2848 Remake of #2863