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 150808 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED DUPLICATE of bug 150807
Alias: None
Product: javascript
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: plebet
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 07:09 UTC by rajivderas
Modified: 2009-02-27 14:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 131354


Attachments
stacktrace (2.83 KB, text/plain)
2008-10-21 07:09 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-21 07:09:51 UTC
Build: NetBeans IDE Dev (Build 200810181401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
rajivderas: right click and select propject properties of rails application and select javascript libraries and click the add button



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
        at org.netbeans.modules.javascript.libraries.util.JSLibraryProjectUtils.getJSLibrarySourcePath(JSLibraryProjectUtils.java:407)
        at org.netbeans.modules.javascript.libraries.ui.AddLibraryPanel.<init>(AddLibraryPanel.java:90)
        at org.netbeans.modules.javascript.libraries.util.JSLibraryProjectUtils.displayAddLibraryDialog(JSLibraryProjectUtils.java:133)
        at org.netbeans.modules.javascript.libraries.ui.customizer.CustomizerJSLibraries.addLibraryJButtonActionPerformed(CustomizerJSLibraries.java:222)
        at org.netbeans.modules.javascript.libraries.ui.customizer.CustomizerJSLibraries.access$300(CustomizerJSLibraries.java:65)
        at org.netbeans.modules.javascript.libraries.ui.customizer.CustomizerJSLibraries$4.actionPerformed(CustomizerJSLibraries.java:146)
Comment 1 rajivderas 2008-10-21 07:09:58 UTC
Created attachment 72343 [details]
stacktrace
Comment 2 rajivderas 2008-10-21 07:13:15 UTC
removed [65cat] since duplicated by me

*** This issue has been marked as a duplicate of 150807 ***