Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354684 - Stack trace element to file bug
Summary: Stack trace element to file bug
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-13 01:22 EDT by someguynamedpie CLA
Modified: 2013-12-06 11:04 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description someguynamedpie CLA 2011-08-13 01:22:50 EDT
In the stack trace elements(when it has <classpath/function>(<filename>:<line>)), if it has \t(tabs) before it, it won't properly detect it as it would with spaces.


-- Configuration Details --
Product: Eclipse 1.3.2.20110218-0812 (org.eclipse.epp.package.java.product)
Installed Features:
 org.eclipse.platform 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Comment 1 Michael Rennie CLA 2011-08-22 09:59:30 EDT
Can you paste an example stacktrace on the bug that demonstrates the problem?
Comment 2 Michael Rennie CLA 2013-12-06 11:04:00 EST
Using the following stack trace with all spaces replaced by tabs:

!ENTRY org.eclipse.ant.core 4 1 2013-08-19 22:23:01.879!MESSAGE Array index out of range: 0!
	STACK 0java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
	at java.util.Vector.remove(Vector.java:777)
	at org.eclipse.ant.internal.launching.debug.AntDebugState.initializeBuildSequenceInformation(AntDebugState.java:560)
	at org.eclipse.ant.internal.launching.debug.AntDebugState.targetStarted(AntDebugState.java:301)

works as intended.