| Summary: | org.eclipse.jdt.debug.tests.core.LineTrackerTests.testStackTraces failing with AIOBE | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | pasam soujanya <psoujany> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | stalebug | ||
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
org.eclipse.jdt.debug.tests.core.LineTrackerTests.testStackTraces failing with AIOBE while reading last element in the array of JavaExceptionHyperLink instance should be followed by JavaStackTraceHyperlink which is not happening with IBM SDK. Test worked as expected with Oracle JDK. Error Trace: ---------------------- <error message="Array index out of range: 201" type="java.lang.ArrayIndexOutOfBoundsException">java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 201 at org.eclipse.jdt.debug.tests.core.LineTrackerTests.testStackTraces(LineTrackerTests.java:244) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2466) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:57) at java.lang.Thread.run(Thread.java:785) </error>