java.lang.ArrayIndexOutOfBoundsException: 125 at org.netbeans.lib.editor.util.GapList.get(GapList.java:462) at org.netbeans.modules.editor.lib2.view.ViewChildren.startVisualOffset(ViewChildren.java:199) at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.getChildAllocation(DocumentViewChildren.java:222) at org.netbeans.modules.editor.lib2.view.DocumentView.getChildAllocation(DocumentView.java:315) at org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView(ViewHierarchyImpl.java:286) at org.netbeans.modules.editor.lib2.view.LockedViewHierarchy.modelToParagraphView(LockedViewHierarchy.java:124) at org.netbeans.editor.GlyphGutter$6.run(GlyphGutter.java:655) at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1404) at org.netbeans.editor.GlyphGutter.changedLine(GlyphGutter.java:644) at org.netbeans.editor.Annotations.fireChangedLine(Annotations.java:644) at org.netbeans.editor.Annotations.refreshLine(Annotations.java:564) at org.netbeans.editor.Annotations.removeAnnotation(Annotations.java:357) at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:256) at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:519) at org.netbeans.modules.editor.hints.ParseErrorAnnotation.detachAnnotation(ParseErrorAnnotation.java:156) at org.netbeans.modules.editor.hints.AnnotationHolder$NbDocumentAttacher.detachAnnotation(AnnotationHolder.java:247) at org.netbeans.modules.editor.hints.AnnotationHolder.detachAnnotation(AnnotationHolder.java:226) at org.netbeans.modules.editor.hints.AnnotationHolder.updateAnnotationOnLine(AnnotationHolder.java:642) at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl(AnnotationHolder.java:981) at org.netbeans.modules.editor.hints.AnnotationHolder.access$1400(AnnotationHolder.java:120) at org.netbeans.modules.editor.hints.AnnotationHolder$5.run(AnnotationHolder.java:894) at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1404) at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptions(AnnotationHolder.java:891) at org.netbeans.modules.editor.hints.HintsControllerImpl.setErrorsImpl(HintsControllerImpl.java:111) at org.netbeans.modules.editor.hints.HintsControllerImpl.setErrors(HintsControllerImpl.java:93) at org.netbeans.spi.editor.hints.HintsController$1.run(HintsController.java:84) Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.ArrayIndexOutOfBoundsException: 125 at org.openide.util.RequestProcessor.post(RequestProcessor.java:425) at org.netbeans.spi.editor.hints.HintsController.setErrors(HintsController.java:82) at org.netbeans.modules.cnd.highlight.error.HighlightProvider.removeAnnotations(HighlightProvider.java:204) at org.netbeans.modules.cnd.highlight.error.HighlightProvider.addAnnotations(HighlightProvider.java:161) at org.netbeans.modules.cnd.highlight.error.HighlightProvider.update(HighlightProvider.java:104) at org.netbeans.modules.cnd.highlight.error.HighlightProviderTaskFactory$PhaseRunnerImpl.run(HighlightProviderTaskFactory.java:135) at org.netbeans.modules.cnd.model.tasks.CsmFileTaskFactory$5.run(CsmFileTaskFactory.java:474) at org.netbeans.modules.cnd.model.tasks.CsmFileTaskFactory$CsmSafeRunnable.run(CsmFileTaskFactory.java:491) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1973)