Bug 18029 - disassembled code viewer handles \n incorrectly
Summary: disassembled code viewer handles \n incorrectly
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 08:29 EDT by Adam Kiezun CLA
Modified: 2002-06-03 11:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-05-28 08:29:01 EDT
F1
class java.util.Properies
jdt 1.3

when it does not have source attached some fields are displayed incorrectly
for example: keyValueSeparators
Comment 1 Erich Gamma CLA 2002-05-28 08:57:50 EDT
suspect this is a disassembler problem
Comment 2 Philipe Mulet CLA 2002-05-28 11:31:16 EDT
Reproduced. Indeed this is the disassembler unable to provide the display 
character for \n (I am suspecting all escape sequences have the same issue).
Comment 3 Olivier Thomann CLA 2002-05-28 12:21:33 EDT
Fix and released in HEAD.
Comment 4 David Audel CLA 2002-06-03 11:09:10 EDT
Verified.