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 238766

Summary: IndexOutOfBoundsException: start=-536780994 < 0
Product: editor Reporter: rodrigorsantos <rodrigorsantos>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205541
Attachments: stacktrace

Description rodrigorsantos 2013-11-25 12:55:18 UTC
Build: NetBeans IDE Dev (Build 20131125-26b3e87db6b8)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.IndexOutOfBoundsException: start=-536780994 < 0
   at org.netbeans.lib.editor.util.CharSequenceUtilities.checkIndexesValid(CharSequenceUtilities.java:529)
   at org.netbeans.modules.editor.lib2.document.CharContent.subSequence(CharContent.java:95)
   at org.netbeans.lib.editor.util.swing.DocumentUtilities.getText(DocumentUtilities.java:336)
   at org.netbeans.modules.editor.url.HyperlinkImpl.getHyperlinkSpan(HyperlinkImpl.java:103)
   at org.netbeans.modules.editor.url.HyperlinkImpl.isHyperlinkPoint(HyperlinkImpl.java:90)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.findProvider(HyperlinkOperation.java:291)
Comment 1 rodrigorsantos 2013-11-25 12:55:19 UTC
Created attachment 142535 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-11-26 12:05:29 UTC

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