Pierre-Yves Gibello
Pierre-Yves Gibello
Trying to write a MutationResultListener to generate specific reports. My class extends org.pitest.mutationtest.MutationResultListener . In the handleMutationResult(ClassMutationResults results) method, I tried the following: ``` for (MutationResult mutation : results.getMutations()) {...
Works on both platforms, but requires jacoco 0.8.2+ in parent POM for Java10. Note that Jacoco 0.8.2 should be OK on Java8 as well.
#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: crash - **Tool/Service/Component**: DSpot maven plugin 2.1.1-SNAPSHOT - **Execution Environment**: Ubuntu Linux 18.04 - **Reporter**: Pierre-Yves Gibello, [email protected] ####...
#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: block - **Tool/Service/Component**: Botsing 1.0.8-SNAPSHOT - **Execution Environment**: Ubuntu Linux 18.04 - **Reporter**: Pierre-Yves Gibello, [email protected] #### Description NullPointerException,...
#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: crash - **Tool/Service/Component**: Botsing maven plugin 1.0.8-SNAPSHOT - **Execution Environment**: Linux Ubuntu 18.04 - **Reporter**: Pierre-Yves Gibello, [email protected] ####...
#### Characteristics - **Issue Type**: [bug] - **Reproducibility**: [always] - **Severity**: [minor] - **Tool/Service/Component**: [Botsing maven plugin] - **Execution Environment**: [Ubuntu linux 18.04] - **Reporter**: [Pierre-Yves Gibello, [email protected]] #### Description...
#### Characteristics - **Issue Type**: [bug] - **Reproducibility**: [always] - **Severity**: [major] - **Tool/Service/Component**: [botsing maven plugin] - **Execution Environment**: [Ubuntu 18.04] - **Reporter**: [Pierre-Yves Gibello, [email protected]] #### Description Try...
It is impossible to expand a template block according to a complex condition (eg. "if Tomcat.port=8080 || Tomcat.ip=127.0.0.1"). The only check allowed is... whether a String is empty or not...