intellibot
intellibot copied to clipboard
Empty variable: multiple error messages
If there is an empty variable, IntelliBot throws multiple exceptions (about 100), so that IntelliJ stops monitoring.
To reproduce it, type a variable and simple do not write its value (screenshot hier)
I got the following two errors:
- IntelliJ:
com.intellij.diagnostic.MessagePool$TooManyErrorsException: Too many IDE fatal errors. Monitoring stopped.
- IntelliBot:
PsiElement(VARIABLE_DEFINITION) java.lang.AssertionError: PsiElement(VARIABLE_DEFINITION) at com.intellij.psi.impl.source.text.DiffLog$InsertEntry.
(DiffLog.java:175) at com.intellij.psi.impl.source.text.DiffLog$InsertEntry. (DiffLog.java:169) at com.intellij.psi.impl.source.text.DiffLog.nodeInserted(DiffLog.java:88) at com.intellij.psi.impl.source.text.DiffLog.nodeInserted(DiffLog.java:41) at com.intellij.lang.impl.PsiBuilderImpl$ConvertFromTokensToASTBuilder.nodeInserted(PsiBuilderImpl.java:1197)
Find the full exception message hier
I also see this.
Yet another report in PyCharm's issue tracker: https://youtrack.jetbrains.com/issue/PY-21859