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 226880 - IndexOutOfBoundsException: pos: 10, token.length: 10, token text: * {
Summary: IndexOutOfBoundsException: pos: 10, token.length: 10, token text: * {
Status: RESOLVED DUPLICATE of bug 226168
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 08:48 UTC by Martin Janicek
Modified: 2013-04-09 11:20 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197710


Attachments
stacktrace (6.64 KB, text/plain)
2013-03-01 08:48 UTC, Martin Janicek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2013-03-01 08:48:09 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
GUEST: installing menagerie.exe for sql

GUEST: Showing exception on lengthy multiline comments starting with /**




Stacktrace: 
java.lang.IndexOutOfBoundsException: pos: 10, token.length: 10, token text:  
     * {
   at org.netbeans.modules.java.editor.javadoc.JavadocCompletionUtils.isLineBreak(JavadocCompletionUtils.java:326)
   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.computeReferencedElements(JavadocImports.java:123)
   at org.netbeans.modules.java.editor.imports.UnusedImports$DetectorVisitor.handleJavadoc(UnusedImports.java:138)
Comment 1 Martin Janicek 2013-03-01 08:48:10 UTC
Created attachment 132050 [details]
stacktrace
Comment 2 Martin Janicek 2013-03-01 08:49:40 UTC
Probably duplicate of the issue 226168
Comment 3 Dusan Balek 2013-04-09 11:20:30 UTC

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