From dc6554076796d4f0d160aeaed2945cbcef7dee06 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Wed, 18 Feb 2026 13:07:51 +0100 Subject: [PATCH] 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 --- .../inspectionDescriptions/IncorrectLazyConstantUsage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html b/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html index 030363f065b5..26c2c80cd03f 100644 --- a/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html +++ b/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html @@ -12,5 +12,7 @@ Reports fields of type java.lang.LazyConstant that are not fi

   private LazyConstant<String> x = LazyConstant.of(() -> "expensive string");
 
+ +

New in 2026.1