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 225256 - IndexOutOfBoundsException at java.nio.StringCharBuffer.subSequence
Summary: IndexOutOfBoundsException at java.nio.StringCharBuffer.subSequence
Status: RESOLVED DUPLICATE of bug 224089
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 18:08 UTC by philong
Modified: 2013-01-25 13:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195235


Attachments
stacktrace (4.64 KB, text/plain)
2013-01-23 18:08 UTC, philong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description philong 2013-01-23 18:08:24 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista

User Comments:
GUEST: trying to add a import using the code complete feature

GUEST: sfdgfbl;dg
 dlkjg sl'fk 
sdg 
dsklgj s
sd 
gkjsf
 s 
dgj
s klsf




Stacktrace: 
java.lang.IndexOutOfBoundsException
   at java.nio.StringCharBuffer.subSequence(StringCharBuffer.java:92)
   at org.netbeans.modules.java.editor.javadoc.JavadocCompletionUtils.isLineBreak(JavadocCompletionUtils.java:325)
   at org.netbeans.modules.java.editor.javadoc.JavadocCompletionUtils.isLineBreak(JavadocCompletionUtils.java:306)
   at org.netbeans.modules.java.editor.javadoc.DocPositions.resolve(DocPositions.java:177)
   at org.netbeans.modules.java.editor.javadoc.DocPositions.getTags(DocPositions.java:138)
   at org.netbeans.modules.java.editor.javadoc.JavadocImports$UnresolvedImportScanner.resolveTags(JavadocImports.java:601)
Comment 1 philong 2013-01-23 18:08:27 UTC
Created attachment 130552 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-01-23 18:10:43 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=195235
Comment 3 Marian Mirilovic 2013-01-24 15:31:58 UTC
All reports against 7.3 Beta 2
Comment 4 Dusan Balek 2013-01-25 13:32:25 UTC
Already fixed.

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