java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_warn_fixable[unchecked] unchecked call to putAll(Map) as a member of the raw type Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map ---- (Alt-Enter shows hints) at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:259) 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:1423) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)