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

Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Product: projects Reporter: aquaglia <aquaglia>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211874
Attachments: stacktrace

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 ***