, когда я пытаюсь экспортировать отчет из Анализировать -> Проверить код , отчет не сохраняется и журнал событий показывает следующую ошибку из окна IDE Fatal Error:
нуль
java.lang.NullPointerException
в com.intellij.codeInspection.ex.DescriptorComposer.composeDescription (DescriptorComposer.java:195)
на com.intellij.codeInspection.ex.DescriptorComposer.compose (DescriptorComposer.java:64)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.lambda $ null $ 0 (InspectionTreeHtmlWriter.java:107)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.traverseInspectionTree (InspectionTreeHtmlWriter.java:63)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.traverseInspectionTree (InspectionTreeHtmlWriter.java:65)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.traverseInspectionTree (InspectionTreeHtmlWriter.java:65)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.traverseInspectionTree (InspectionTreeHtmlWriter.java:65)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.lambda $ serializeTreeToHtml $ 2 (InspectionTreeHtmlWriter.java:84)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.appendTree (InspectionTreeHtmlWriter.java:185)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter.serializeTreeToHtml (InspectionTreeHtmlWriter.java:72)
в com.intellij.codeInspection.export.InspectionTreeHtmlWriter. (InspectionTreeHtmlWriter.java:54)
в com.intellij.codeInspection.ui.actions.ExportHTMLAction.lambda $ null $ 0 (ExportHTMLAction.java:102)
в com.intellij.openapi.application.impl.ApplicationImpl.runReadAction (ApplicationImpl.java:912)
в com.intellij.codeInspection.ui.actions.ExportHTMLAction.lambda $ null $ 1 (ExportHTMLAction.java:96)
в com.intellij.openapi.progress.impl.CoreProgressManager $ 2.run (CoreProgressManager.java:247)
в com.intellij.openapi.progress.impl.CoreProgressManager $ TaskRunnable.run (CoreProgressManager.java:713)
в com.intellij.openapi.progress.impl.CoreProgressManager $ 5.run (CoreProgressManager.java:397)
в com.intellij.openapi.progress.impl.CoreProgressManager.lambda $ runProcess $ 1 (CoreProgressManager.java:157)
в com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun (CoreProgressManager.java:543)
в com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress (CoreProgressManager.java:488)
в com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress (ProgressManagerImpl.java:94)
в com.intellij.openapi.progress.impl.CoreProgressManager.runProcess (CoreProgressManager.java:144)
в com.intellij.openapi.application.impl.ApplicationImpl.lambda $ null $ 10 (ApplicationImpl.java:575)
на com.intellij.openapi.application.impl.ApplicationImpl $ 1.run (ApplicationImpl.java:315)
в java.util.concurrent.Executors $ RunnableAdapter.call (Executors.java:511)
в java.util.concurrent.FutureTask.run (FutureTask.java:266)
в java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1142)
в java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:617)
at java.lang.Thread.run (Thread.java:745)