Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1.6, 1.1.7, 1.1.8, 1.1.9
-
Fix Version/s: 1.1.13
-
Component/s: IntelliJ IDEA plug-in
-
Labels:None
-
Number of attachments :
Description
Exception happened in local inspection tool: Empty test
java.lang.NullPointerException
at com.intellij.psi.impl.source.TreeWrapperPsiElement.getText(TreeWrapperPsiElement.java:34)
at org.beanlab.testdox.intellij.IntelliJApi.matchingAnnotation(IntelliJApi.java:292)
at org.beanlab.testdox.intellij.IntelliJApi.isTestMethod(IntelliJApi.java:283)
at org.beanlab.testdox.intellij.TestLookup.getTestMethods(TestLookup.java:57)
at org.beanlab.testdox.intellij.TestDoxFileFactory.getTestDoxFile(TestDoxFileFactory.java:55)
at org.beanlab.testdox.intellij.inspections.EmptyTestMethodInspection.checkMethod(EmptyTestMethodInspection.java:31)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.a(LocalInspectionsPass.java:152)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.doCollectInformation(LocalInspectionsPass.java:103)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:59)
at com.intellij.codeInsight.daemon.impl.UpdateThread$2.run(UpdateThread.java:0)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:271)
at com.intellij.codeInsight.daemon.impl.UpdateThread.a(UpdateThread.java:18)
at com.intellij.codeInsight.daemon.impl.UpdateThread.access$100(UpdateThread.java:2)
at com.intellij.codeInsight.daemon.impl.UpdateThread$1.run(UpdateThread.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:51)
at com.intellij.codeInsight.daemon.impl.UpdateThread.run(UpdateThread.java:23)