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 252872 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-08 12:17 UTC by Martin Fousek
Modified: 2015-06-11 02:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217802


Attachments
stacktrace (1.96 KB, text/plain)
2015-06-08 12:18 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2015-06-08 12:17:58 UTC
Build: NetBeans IDE Dev (Build 20150608-4743c59700af)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
marfous: Trying to go into the non-existing method




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.javascript2.editor.navigation.DeclarationFinderImpl.findDeclaration(DeclarationFinderImpl.java:170)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$2.run(GoToSupport.java:173)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:137)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:204)
Comment 1 Martin Fousek 2015-06-08 12:18:00 UTC
Created attachment 154104 [details]
stacktrace
Comment 2 Petr Pisl 2015-06-09 12:40:16 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2015-06-11 02:39:47 UTC
Integrated into 'main-silver', will be available in build *201506110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/631449709761
User: Petr Pisl <ppisl@netbeans.org>
Log: #252872 - ArrayIndexOutOfBoundsException: 1