pit-idea-plugin icon indicating copy to clipboard operation
pit-idea-plugin copied to clipboard

IntelliJ Idea plugin for PIT mutation testing

Results 21 pit-idea-plugin issues
Sort by recently updated
recently updated
newest added

When I try to run pit using configuration "Pit Run" I obtain this error. ``` |Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at...

Hi, are there any plans to create a NetBeans plugin as well? Cheers Chris

How to solve: Exception in thread "main" org.pitest.util.PitError: Multiple implementations of plugin detected on classpath Please copy and paste the information and the complete stacktrace below when reporting an issue...

I installed the PIT mutation testing IDEA plugin v1.3.7 in IntelliJ IDEA 2017.2 on Windows 10. I created a run configuration for my project which uses Java 1.8.0_131_b11 and started...

It would be nice to be able to use variables like `$MODULE_DIR$` when configuring the source and output locations, similar to how one would set the Working Directory for an...

I believe my issue may be closely related to #2. I work with a fairly complex Gradle project layout with hundreds of Gradle projects in various hierarchies. It looks something...

As mentionned in this plugin by @alexvictoor (https://github.com/alexvictoor/pitest-cucumber-plugin), Cucumber tests are not taken into account by PIT when running a mutation analysis. Similarly, the IntelliJ plugin currently doesn't run the...

It would be great to have an ability to see mutation coverage just in an editor (like the ["normal" code coverage](https://www.jetbrains.com/idea/help/viewing-code-coverage-results.html)). ![](https://www.jetbrains.com/img/webhelp/viewHits_3.png)

Exception in thread "main" org.pitest.util.PitError: Coverage generation minion exited abnormally! (UNKNOWN_ERROR) Please copy and paste the information and the complete stacktrace below when reporting an issue VM : OpenJDK 64-Bit...

```java com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'pl.mjedynak.idea.plugins.pit.actions.RunSomeTestsPitAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: PIT mutation testing Idea plugin] at...