Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show classpath/modulepath in error message #990

Merged
merged 1 commit into from
Aug 20, 2024

Show classpath/modulepath in error message

004af01
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Show classpath/modulepath in error message #990

Show classpath/modulepath in error message
004af01
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Aug 20, 2024 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 4
  • Killed mutants in this change: 0
class surviving killed
nl.jqno.equalsverifier.internal.reflection.ModuleHelper 3 0
nl.jqno.equalsverifier.internal.util.ErrorMessage 1 0

Mutation testing report generated by PITest - https://pitest.org - if there are surviving mutants, please check the line comments under 'Files changed', or the full report under the 'CI / pitest' check below this comment.

Annotations

Check warning on line 12 in equalsverifier-core/src/main/java/nl/jqno/equalsverifier/internal/reflection/ModuleHelper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 12 without causing a test to fail

replaced boolean return with true for runsOnModulePath (275 tests run BooleanTrueReturnValsMutator)

Check warning on line 19 in equalsverifier-core/src/main/java/nl/jqno/equalsverifier/internal/util/ErrorMessage.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 19 without causing a test to fail

negated conditional (275 tests run NegateConditionalsMutator)

Check warning on line 8 in equalsverifier-11/src/main/java/nl/jqno/equalsverifier/internal/reflection/ModuleHelper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

2 different changes can be made to line 8 without causing a test to fail

replaced boolean return with false for runsOnModulePath (0 tests run BooleanFalseReturnValsMutator)
replaced boolean return with true for runsOnModulePath (0 tests run BooleanTrueReturnValsMutator)