Oscar Luis Vera Pérez
Oscar Luis Vera Pérez
Create a mutation operator that generates code for methods that return an instance of a class having a default constructor (with no parameters).
Add a new mutation operator to return enum values where possible. A way could be to specify in the configuration the fully qualified name of the class and then the...
Could you give a precise definition of what do you consider to be a cuban project? For example, a project with only cuban developers or being developed physically in Cuba?...
Create a mechanism to fire a build failure in Maven when the mutation score drops below certain configurable value or the number of strong/weak pseudo tested methods raises above an...
#### Characteristics - **Issue Type**: feature - **Severity**: feature - **Tool/Service/Component**: PitMP #### Description Add an option to compute the mutation score, without considering uncovered mutants. Implementation should be independent...
#### Characteristics - **Issue Type**: feature - **Severity**: feature - **Tool/Service/Component**: PitMP #### Description Add an option to compute the ratio of pseudo-tested, partially-tested methods to tested methods. Fail the...
#### Characteristics - **Issue Type**: feature - **Severity**: feature - **Tool/Service/Component**: PitMP #### Description Given two `METHODS` reports get the methods that change their classification. If no report is given,...
#### Characteristics - **Issue Type**: test report - **Reproducibility**: always - **Severity**: major #### Description We have observed that, in some projects, after the test cases are migrated to Junit5,...
#### Characteristics - **Issue Type**: feature - **Severity**: feature #### Description Add `ISSUES` as a default output format (`outputFormats` property) for `descartes`.
Right now PitMP may analyze the same mutation several times if it is covered by tests in different modules. So, before running the tests on a module it would be...