rnveach
rnveach
I do not mind that, but I just wanted to point out that without an exception, then we have no way to determine if the config contains the property but...
It may be helpful to know which mutator is the issue as we have added multiple and one line can have multiple mutators involved. In the current example we could...
> we have been seeing random (but regular) > that perhaps bytecode had changed It is not a constant issue. We would have to examine the bytecode between the failing...
Just a note on expanding pitest reporting, pitest does support other formats besides HTML if the HTML parsing is blocking us. Pitest also supports XML and CSV. Looking at the...
Fixed the title.
Just to add to the conversation (don't have more knowledge), it seems `xi:include` is similar to external entities. This is a known attack vector and is suggested this not be...
I don't believe this PR is needed anymore. I am deleting.
Leftover PR for this: https://github.com/hcoles/pitest/pulls?q=is%3Apr+is%3Aopen+report+author%3Aaurelien-baudet
@stoyanK7 I don't think your config example makes sense or is valid. `LineLength` is part of `TreeWalker` in your example, but `TreeWalker` modules are only executed on Java files while...