java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_hint_fixableThe HTML version of the code cannot be determined. You can set a default value for this project. HTML error checking for this file is disabled, you can enable it with this hint ---- (Alt-Enter shows hints) at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:256) 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$NbDocumentAttacher.detachAnnotation(AnnotationHolder.java:301) at org.netbeans.modules.editor.hints.AnnotationHolder.detachAnnotation(AnnotationHolder.java:280) at org.netbeans.modules.editor.hints.AnnotationHolder.updateAnnotationOnLine(AnnotationHolder.java:754) at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl(AnnotationHolder.java:1048) at org.netbeans.modules.editor.hints.AnnotationHolder.access$1300(AnnotationHolder.java:122) at org.netbeans.modules.editor.hints.AnnotationHolder$6.run(AnnotationHolder.java:961) at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1330) at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptions(AnnotationHolder.java:958) at org.netbeans.modules.editor.hints.HintsControllerImpl.setErrorsImpl(HintsControllerImpl.java:117) at org.netbeans.modules.editor.hints.HintsControllerImpl.setErrors(HintsControllerImpl.java:107) at org.netbeans.spi.editor.hints.HintsController$2.run(HintsController.java:106) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036) Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_hint_fixableThe HTML version of the code cannot be determined. You can set a default value for this project. HTML error checking for this file is disabled, you can enable it with this hint ---- (Alt-Enter shows hints) at org.openide.util.RequestProcessor.post(RequestProcessor.java:424) at org.netbeans.spi.editor.hints.HintsController.setErrors(HintsController.java:104) at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:143) at org.netbeans.modules.csl.hints.infrastructure.HintsTask.run(HintsTask.java:74) at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:559) at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:735) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680)