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 - IllegalStateException: Annotation not added: BreakpointLine Breakpoint
Summary: IllegalStateException: Annotation not added: BreakpointLine Breakpoint
Status: RESOLVED DUPLICATE of bug 234647
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 08:43 UTC by viggonavarsete
Modified: 2013-08-21 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203211


Attachments
stacktrace (2.59 KB, text/plain)
2013-08-21 08:43 UTC, viggonavarsete
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***