oowekyala / intellij-javacc

JavaCC and JJTree grammar support for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/11431-javacc
MIT License
44 stars 6 forks source link

Exception in DocumentWindowImpl when suppressing inspection in injected java #9

Open oowekyala opened 5 years ago

oowekyala commented 5 years ago

Suppressing an inspection inserts the following goo into the injected file:

@java.lang.SuppressWarningspublic class JavaParser {

Which then causes an assertion error line 771 there

TODO report on Youtrack