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 - javax.swing.text.BadLocationException: Wrong insert position 7941
Summary: javax.swing.text.BadLocationException: Wrong insert position 7941
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-25 04:03 UTC by Beladiya
Modified: 2016-03-25 04:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223182


Attachments
stacktrace (5.61 KB, text/plain)
2016-03-25 04:03 UTC, Beladiya
Details

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