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 231339 - javax.swing.text.BadLocationException: Invalid (offset=504 + length=3925)=4429 > (docLen+1)=4399
Summary: javax.swing.text.BadLocationException: Invalid (offset=504 + length=3925)=442...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 08:14 UTC by Exceptions Reporter
Modified: 2014-02-14 04:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201464


Attachments
stacktrace (3.36 KB, text/plain)
2013-06-17 08:14 UTC, Exceptions Reporter
Details
stacktrace (2.84 KB, text/plain)
2014-02-14 04:37 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-17 08:14:00 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_27-b27
OS: Linux

Stacktrace: 
javax.swing.text.BadLocationException: Invalid (offset=504 + length=3925)=4429 > (docLen+1)=4399
   at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.checkBoundsInContent(EditorDocumentContent.java:304)
   at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.getChars(EditorDocumentContent.java:225)
   at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:814)
   at org.netbeans.editor.BaseDocument.find(BaseDocument.java:1195)
   at org.netbeans.editor.Utilities.getFirstNonWhiteBwd(Utilities.java:549)
   at org.netbeans.editor.Utilities.getFirstNonWhiteBwd(Utilities.java:535)
Comment 1 Exceptions Reporter 2013-06-17 08:14:02 UTC
Created attachment 135865 [details]
stacktrace
Comment 2 kosmonaffft 2014-02-14 04:37:29 UTC
Created attachment 145173 [details]
stacktrace

Edit CoffeeScript code...