Split mode compatibility inspection
Reports plugin descriptor dependency lists that mix frontend-only and backend-only dependencies.
Plugin and content module descriptors must target one side of split mode at a time. This inspection checks <dependencies> in both main plugin descriptors and content module descriptors and highlights all frontend-only and backend-only dependencies when they are declared together. Such violations will prevent the plugin or its module from loading both on the frontend and on the backend in split mode.
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.
SplitModeMixedDependencies- 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: SplitModeMixedDependencies
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: |