mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-384866 add the "New in 2026.1" label to IncorrectLazyConstantUsageInspection
suggested by bvh in IJ-CR-192061 (cherry picked from commit ab89de66f82fca75b4f607ee1532a1538c00b1c0) IJ-CR-192061 GitOrigin-RevId: 623cd03c11a02b7ea8a1e845450ccf6d2acbe729
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0fb3f3ebac
commit
dc65540767
@@ -12,5 +12,7 @@ Reports fields of type <code>java.lang.LazyConstant</code> that are not <code>fi
|
||||
<pre><code>
|
||||
private LazyConstant<String> x = LazyConstant.of(() -> "expensive string");
|
||||
</code></pre>
|
||||
|
||||
<p><small>New in 2026.1</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user