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 258526

Summary: javax.swing.text.BadLocationException: Wrong insert position 7941
Product: editor Reporter: Beladiya
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223182
Attachments: stacktrace

Description Beladiya 2016-03-25 04:03:02 UTC
This bug was originally marked as duplicate of bug 213179, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
Beladiya: What is this ?




Stacktrace: 
javax.swing.text.BadLocationException: Wrong insert position 7941
   at org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:771)
   at org.netbeans.editor.BaseDocument$FilterBypassImpl.insertString(BaseDocument.java:2497)
   at javax.swing.text.DocumentFilter.insertString(DocumentFilter.java:100)
   at org.openide.text.CloneableEditorSupport$DocFilter.insertString(CloneableEditorSupport.java:2366)
   at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:755)
   at org.netbeans.api.java.source.ModificationResult.processDocumentLocked(ModificationResult.java:430)
Comment 1 Beladiya 2016-03-25 04:03:04 UTC
Created attachment 158998 [details]
stacktrace