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 247135 - IndexOutOfBoundsException: Index: 0, Size: 0
Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Status: RESOLVED DUPLICATE of bug 247155
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 16:12 UTC by aquaglia
Modified: 2014-09-19 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211874


Attachments
stacktrace (1.09 KB, text/plain)
2014-09-15 16:12 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2014-09-15 16:12:10 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
aquaglia: Running JUnit tests




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:638)
   at java.util.ArrayList.get(ArrayList.java:414)
   at org.netbeans.modules.maven.junit.JUnitOutputListenerProvider.sequenceFail(JUnitOutputListenerProvider.java:487)
   at org.netbeans.modules.maven.execute.AbstractOutputHandler.processFail(AbstractOutputHandler.java:247)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler.processExecEvent(CommandLineOutputHandler.java:473)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler.trimTree(CommandLineOutputHandler.java:557)
Comment 1 aquaglia 2014-09-15 16:12:12 UTC
Created attachment 149229 [details]
stacktrace
Comment 2 Tomas Stupka 2014-09-19 13:19:45 UTC
duplicate ?

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