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 - IndexOutOfBoundsException: start=-536780994 < 0
Summary: IndexOutOfBoundsException: start=-536780994 < 0
Status: RESOLVED DUPLICATE of bug 238718
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: 2013-11-25 12:55 UTC by rodrigorsantos
Modified: 2013-11-26 12:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205541


Attachments
stacktrace (3.19 KB, text/plain)
2013-11-25 12:55 UTC, rodrigorsantos
Details

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