Skip to content

Mutation testing (and reporting) across Maven modules #9

Closed
@AssafKatz3

Description

@AssafKatz3

Characteristics

  • Issue Type: bug
  • Reproducibility: always
  • Severity: crash
  • Tool/Service/Component: pitmp-maven-plugin, 1.1.4
  • Execution Environment: Java 1.8, Linux
  • Reporter: Assaf Katz, assafkatz3@gmail.com

Description

Getting NullPointerException on PmpMojo.updateTargetClasses.

Steps to reproduce

Create main project with following modules:

  • persistent:
    • src/java
  • service:
    • src/java
  • tests:
    • src/test (JUnit)

Add to main pom.xml (build section):

      <plugin>
        <groupId>eu.stamp-project</groupId>
        <artifactId>pitmp-maven-plugin</artifactId>
        <version>1.1.4</version>
        <dependencies>
          <dependency>
                <groupId>org.pitest</groupId>
                <artifactId>pitest-maven</artifactId>
                <version>1.3.2</version>
          </dependency>
        </dependencies>
      </plugin>

Run mvn org.pitest:pitest-maven:mutationCoverage.

Other files and URLs

None.

Relationships

Mutation testing (and reporting) across Maven modules #376

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions