Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 360161

Summary: eliminate Eclipse error log header content from stack trace context population
Product: z_Archived Reporter: David Green <greensopinion>
Component: MylynAssignee: David Green <greensopinion>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: steffen.pingel
Version: unspecifiedKeywords: contributed
Target Milestone: 3.7   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 354184    
Attachments:
Description Flags
a fix for the issue with unit test.
none
mylyn/context/zip none

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.