Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException #35

Open
denys-meloshyn opened this issue Aug 28, 2020 · 0 comments
Open

NullPointerException #35

denys-meloshyn opened this issue Aug 28, 2020 · 0 comments

Comments

@denys-meloshyn
Copy link

InspectionPlugin: org.jetbrains.idea.inspections.runners.RunnerException: Exception caught in inspection plugin: java.lang.NullPointerException
        at org.jetbrains.idea.inspections.runners.IdeaRunner.run(IdeaRunner.kt:163)
        at org.jetbrains.idea.inspections.ProxyRunnerImpl.run(ProxyRunnerImpl.kt:32)
        at org.jetbrains.idea.inspections.ProxyRunnerImpl.step(ProxyRunnerImpl.kt:17)
        at org.jetbrains.idea.inspections.ProxyRunnerImpl$Companion.main(ProxyRunnerImpl.kt:52)
        at org.jetbrains.idea.inspections.ProxyRunnerImpl.main(ProxyRunnerImpl.kt)
Caused by: java.lang.NullPointerException
        at org.jetbrains.idea.inspections.PsiUtilsKt.getLine(PsiUtils.kt:16)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator.coversElement(HTMLGenerator.kt:46)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator.findElementToPrint(HTMLGenerator.kt:54)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator.generatePinnedProblem(HTMLGenerator.kt:129)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator.generateBody(HTMLGenerator.kt:155)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator.access$generateBody(HTMLGenerator.kt:15)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator$generate$1$2.invoke(HTMLGenerator.kt:171)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator$generate$1$2.invoke(HTMLGenerator.kt:15)
        at org.jetbrains.idea.inspections.generators.HTML.tag(HTML.kt:63)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator$generate$1.invoke(HTMLGenerator.kt:170)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator$generate$1.invoke(HTMLGenerator.kt:15)
        at org.jetbrains.idea.inspections.generators.HTML.tag(HTML.kt:63)
        at org.jetbrains.idea.inspections.generators.HTMLGenerator.generate(HTMLGenerator.kt:166)
        at org.jetbrains.idea.inspections.runners.InspectionsRunner$reportProblems$2.invoke(InspectionsRunner.kt:326)
        at org.jetbrains.idea.inspections.runners.InspectionsRunner$reportProblems$2.invoke(InspectionsRunner.kt:28)
        at org.jetbrains.idea.inspections.runners.IdeaRunner$invoke$1.run(IdeaRunner.kt:102)
        at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:945)
        at org.jetbrains.idea.inspections.runners.IdeaRunner$runReadAction$1.invoke(IdeaRunner.kt:97)
        at org.jetbrains.idea.inspections.runners.IdeaRunner$runReadAction$1.invoke(IdeaRunner.kt:36)
        at org.jetbrains.idea.inspections.runners.IdeaRunner.invoke(IdeaRunner.kt:101)
        at org.jetbrains.idea.inspections.runners.IdeaRunner.runReadAction(IdeaRunner.kt:97)
        at org.jetbrains.idea.inspections.runners.InspectionsRunner.reportProblems(InspectionsRunner.kt:319)
        at org.jetbrains.idea.inspections.runners.InspectionsRunner.analyze(InspectionsRunner.kt:118)
        at org.jetbrains.idea.inspections.runners.InspectionsRunner.analyze(InspectionsRunner.kt:28)
        at org.jetbrains.idea.inspections.runners.FileInfoRunner.analyze(FileInfoRunner.kt:65)
        at org.jetbrains.idea.inspections.runners.FileInfoRunner.analyze(FileInfoRunner.kt:18)
        at org.jetbrains.idea.inspections.runners.IdeaRunner.run(IdeaRunner.kt:159)
        ... 4 more

InspectionPlugin: Task execution exception
InspectionPlugin: Exception during running: org.gradle.api.tasks.TaskExecutionException: Execution failed for task 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant