Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360161 - eliminate Eclipse error log header content from stack trace context population
Summary: eliminate Eclipse error log header content from stack trace context population
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.7   Edit
Assignee: David Green CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks: 354184
  Show dependency tree
 
Reported: 2011-10-06 15:40 EDT by David Green CLA
Modified: 2012-03-21 12:12 EDT (History)
1 user (show)

See Also:


Attachments
a fix for the issue with unit test. (7.36 KB, patch)
2011-10-06 15:58 EDT, David Green CLA
no flags Details | Diff
mylyn/context/zip (4.59 KB, application/octet-stream)
2011-10-06 15:58 EDT, David Green CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2011-10-06 15:40:01 EDT
from bug 354184 comment #2, stack trace population heuristic is including items from the Eclipse error log header.

For example, from the following content:

-- Error Details --
Date: Mon Aug 08 14:35:23 CEST 2011
Message: Unhandled event loop exception during blocked modal context.
Severity: Error
Product: Tasktop 2.0.2.qualifier (com.tasktop.ui.application.product)
Plugin: org.eclipse.jface
Session Data:
eclipse.buildId=unknown
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product com.tasktop.ui.application.product
Command-line arguments:  -product com.tasktop.ui.application.product -data /home/bmuskalla/.tasktop/workspace -dev file:/projects/tasktop-selfhost/.metadata/.plugins/org.eclipse.pde.core/Tasktop/dev.properties -os linux -ws gtk -arch x86 -consoleLog -console -clean

Elements Date, Message, Severity, Product, Plugin etc. are identified as classes
Comment 1 David Green CLA 2011-10-06 15:58:40 EDT
Created attachment 204716 [details]
a fix for the issue with unit test.
Comment 2 David Green CLA 2011-10-06 15:58:42 EDT
Created attachment 204717 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2011-10-06 19:30:26 EDT
Thanks for the great patch! I have pushed the change to master.