We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48a3b8 commit 8b7da51Copy full SHA for 8b7da51
ide-common/src/main/java/org/digma/intellij/plugin/document/DocumentInfoContainer.java
@@ -35,7 +35,9 @@ public class DocumentInfoContainer {
35
36
private final AnalyticsService analyticsService;
37
private DocumentInfo documentInfo;
38
- private List<CodeObjectInsight> insights;
+
39
+ @NotNull
40
+ private List<CodeObjectInsight> insights = new ArrayList<>();
41
private UsageStatusResult usageStatus = EmptyUsageStatusResult;
42
private UsageStatusResult usageStatusOfErrors = EmptyUsageStatusResult;
43
0 commit comments