Liam Rougoor

Results 12 issues of 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...

Discussion/Question

**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...

🚀 Feature request
Area: Mutator

**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,...

🚀 Feature request

**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...

🚀 Feature request
Area: Mutator

**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...

🚀 Feature request
hacktoberfest
Area: CLI
good first issue

**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...

🚀 Feature request
Feat: Baseline

**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...

🚀 Feature request

**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 &&...

🚀 Feature request