Files
openide/plugins/devkit/devkit-core/resources/inspectionDescriptions/MissingFrontendOrBackendRuntimeDependency.html
Karol Lewandowski b7b30e2d27 IJPL-188944: Mention potential problems causes by missing dependencies
GitOrigin-RevId: 672fea4656b6eb36f9c85723912095322b8b7d6f
2025-06-02 12:45:43 +00:00

19 lines
818 B
HTML

<html>
<body>
Reports missing <code>intellij.platform.frontend</code> or <code>intellij.platform.backend</code> runtime dependencies in module descriptors (XML).
<p>Remote Development introduced marker modules for modules that are intended to be loaded in frontend or backend mode:</p>
<ul>
<li><code>intellij.platform.frontend</code></li>
<li><code>intellij.platform.backend</code></li>
</ul>
<p>
If such a dependency is not specified, the IDE will load modules unrelated to the current mode, for example,
in frontend mode, it will load backend modules.
This will affect performance and may lead to errors.
</p>
<p>The inspection is based on frontend/backend module naming convention (<code>*.frontend</code>/<code>*.backend</code>).</p>
<!-- tooltip end -->
<p><small>New in 2025.2</small>
</body>
</html>