Bug 18029

Summary: disassembled code viewer handles \n incorrectly
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.