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 220544 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 09:03 UTC by Petr Cyhelsky
Modified: 2012-11-05 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193878


Attachments
stacktrace (9.27 KB, text/plain)
2012-10-22 09:03 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-10-22 09:03:00 UTC
Build: NetBeans IDE Dev (Build 201210080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.modules.profiler.nbimpl.javac.ClasspathInfoFactory.infoFor(ClasspathInfoFactory.java:111)
   at org.netbeans.modules.profiler.nbimpl.providers.ProjectProfilerTypeUtilsImpl.getClasspathInfo(ProjectProfilerTypeUtilsImpl.java:106)
   at org.netbeans.modules.profiler.nbimpl.providers.BaseProfilerTypeUtilsImpl.getPackages(BaseProfilerTypeUtilsImpl.java:72)
   at org.netbeans.modules.profiler.api.java.ProfilerTypeUtils.getPackages(ProfilerTypeUtils.java:91)
   at org.netbeans.modules.profiler.selector.api.nodes.ProjectPackages.prepareChildren(ProjectPackages.java:77)
   at org.netbeans.modules.profiler.selector.api.nodes.ProjectPackages.prepareChildren(ProjectPackages.java:61)
Comment 1 Petr Cyhelsky 2012-10-22 09:03:02 UTC
Created attachment 126302 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-11-05 16:39:48 UTC
Not reproducible, please provide steps if reopening.