Debug-only JUnit test extension must not be committed
Reports usages of JUnit 5 @ExtendWith with extensions that are intended for local debugging only and must not be committed:
com.intellij.ide.starter.junit5.RemoteDevRuncom.intellij.ide.starter.extended.engine.junit5.UseInstaller
These extensions change how the test boots the IDE (split mode / local installer) and are useful when reproducing an issue on a developer machine, but they should be removed before pushing the change.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
DebugOnlyTestExtension- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection ID: DebugOnlyTestExtension
Suppressing Inspection
You can suppress this inspection by placing the following comment marker before the code fragment where you no longer want messages from this inspection to appear:
More detailed instructions as well as other ways and options that you have can be found in the product documentation:
Inspection Details | |
|---|---|
By default bundled with: |