java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_verifier_fixableThe catch(java.lang.Throwable) is too broad, the actually caught exception is java.lang.Exception ---- (Alt-Enter shows hints) at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:258) at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533) at org.netbeans.modules.editor.hints.ParseErrorAnnotation.detachAnnotation(ParseErrorAnnotation.java:161) at org.netbeans.modules.editor.hints.AnnotationHolder.attachDetach(AnnotationHolder.java:340) at org.netbeans.modules.editor.hints.AnnotationHolder.access$400(AnnotationHolder.java:124) at org.netbeans.modules.editor.hints.AnnotationHolder$3.run(AnnotationHolder.java:359) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)