This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 234689

Summary: IllegalStateException: Annotation not added: BreakpointLine Breakpoint
Product: editor Reporter: viggonavarsete <viggonavarsete>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203211
Attachments: stacktrace

Description viggonavarsete 2013-08-21 08:43:20 UTC
Build: NetBeans IDE Dev (Build 201308192300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
viggonavarsete: Not sure what happened




Stacktrace: 
java.lang.IllegalStateException: Annotation not added: BreakpointLine Breakpoint
   at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:257)
   at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533)
   at org.openide.text.DocumentLine$2.run(DocumentLine.java:378)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1390)
   at org.openide.text.DocumentLine.removeAnnotation(DocumentLine.java:373)
   at org.openide.text.Annotation.detach(Annotation.java:136)
Comment 1 viggonavarsete 2013-08-21 08:43:21 UTC
Created attachment 138970 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-08-21 10:04:57 UTC

*** This bug has been marked as a duplicate of bug 234647 ***