You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got error during running stryker version 0.14.0, and it mentioned I need to exclude files in stryker.conf. However, after I've excluded files that cause error and run Stryker again. It still gives me the same error telling me to exclude the exact same files. Seem like this new version cannot exclude any files at all.
[error] (stryker) stryker4s.extension.exception.UnableToFixCompilerErrorsException: Unable to remove non-compiling mutants in the mutated files. As a work-around you can exclude them in the stryker.conf. Please report this issue at https://github.com/stryker-mutator/stryker4s/issues
[error] src/main/scala/com/abc/impl/AbstractRuleFrameworkProcessor.scala: 'object ws is not a member of package javax.xml'
[error] src/main/scala/com/abc/impl/AbstractRuleFrameworkProcessor.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/impl/AbstractRuleFrameworkProcessor.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala 'object ws is not a member of package javax.xml'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/RuleFrameworkService.scala: 'object ws is not a member of package javax.xml'
[error] src/main/scala/com/abc/service/RuleFrameworkService.scala: 'not found: type WebServiceException'
Summary
I got error during running stryker version 0.14.0, and it mentioned I need to exclude files in stryker.conf. However, after I've excluded files that cause error and run Stryker again. It still gives me the same error telling me to exclude the exact same files. Seem like this new version cannot exclude any files at all.
[error] (stryker) stryker4s.extension.exception.UnableToFixCompilerErrorsException: Unable to remove non-compiling mutants in the mutated files. As a work-around you can exclude them in the stryker.conf. Please report this issue at https://github.com/stryker-mutator/stryker4s/issues
[error] src/main/scala/com/abc/impl/AbstractRuleFrameworkProcessor.scala: 'object ws is not a member of package javax.xml'
[error] src/main/scala/com/abc/impl/AbstractRuleFrameworkProcessor.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/impl/AbstractRuleFrameworkProcessor.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala 'object ws is not a member of package javax.xml'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/CreditCardBlackListService.scala: 'not found: type WebServiceException'
[error] src/main/scala/com/abc/service/RuleFrameworkService.scala: 'object ws is not a member of package javax.xml'
[error] src/main/scala/com/abc/service/RuleFrameworkService.scala: 'not found: type WebServiceException'
Stryker4s config
Stryker4s environment
Your Environment
The text was updated successfully, but these errors were encountered: