mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
19 lines
818 B
HTML
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>
|