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 224552 - ArrayIndexOutOfBoundsException: 9
Summary: ArrayIndexOutOfBoundsException: 9
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 04:08 UTC by fortruth
Modified: 2013-01-08 02:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197144


Attachments
stacktrace (5.45 KB, text/plain)
2013-01-07 04:08 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2013-01-07 04:08:55 UTC
Build: NetBeans IDE Dev (Build 201301050001)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
fortruth: doing cvs update

al_shopov: Initial import of maven project




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 9
   at org.netbeans.modules.javascript2.editor.jsdoc.model.JsDocElementUtils.createParameterElement(JsDocElementUtils.java:129)
   at org.netbeans.modules.javascript2.editor.jsdoc.model.JsDocElementUtils.createElementForType(JsDocElementUtils.java:82)
   at org.netbeans.modules.javascript2.editor.jsdoc.JsDocParser.parseCommentBlock(JsDocParser.java:143)
   at org.netbeans.modules.javascript2.editor.jsdoc.JsDocParser.parse(JsDocParser.java:95)
   at org.netbeans.modules.javascript2.editor.jsdoc.JsDocDocumentationHolder.<init>(JsDocDocumentationHolder.java:59)
   at org.netbeans.modules.javascript2.editor.jsdoc.JsDocDocumentationProvider.createDocumentationHolder(JsDocDocumentationProvider.java:67)
Comment 1 fortruth 2013-01-07 04:08:57 UTC
Created attachment 129943 [details]
stacktrace
Comment 2 Martin Fousek 2013-01-07 07:28:11 UTC
Happens in case of unfinished type specified in JavaScript documentation.

Fixed in web-main #aeb6f45c47fa.
Comment 3 Quality Engineering 2013-01-08 02:24:09 UTC
Integrated into 'main-golden', will be available in build *201301080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aeb6f45c47fa
User: Martin Fousek <marfous@netbeans.org>
Log: #224552 - ArrayIndexOutOfBoundsException: 9