Bug 219066 - Error Log does not correctly display last item if its message is multiline
Summary: Error Log does not correctly display last item if its message is multiline
Status: RESOLVED DUPLICATE of bug 100715
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-15 04:31 EST by James Blackburn CLA
Modified: 2008-02-19 14:58 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Blackburn CLA 2008-02-15 04:31:38 EST
Build ID: 3.3.1.1

Steps To Reproduce:
For the last item in the .log file, the Error Log only displays the first line of the message if it's a multiline error.  Double clicking on the Error to view "Event Details" and again only the first line is shown.

Example:

!ENTRY com.broadcom.cdt.gprof.core 1 0 2008-02-15 09:19:49.998
!MESSAGE Message Title
New line 1 with details
New line 2 with details

!ENTRY com.broadcom.cdt.gprof.core 1 0 2008-02-15 09:19:49.998
!MESSAGE Message Title
New line 1 with details
New line 2 with details


The first item is correctly shown with all three lines of Message. The second only shows "Message Title"
Comment 1 Chris Aniszczyk CLA 2008-02-19 14:58:32 EST
fixed in 3.4

*** This bug has been marked as a duplicate of bug 100715 ***