Bug 102256 - Cut/Paste truncates a string with an embedded \0 char
Summary: Cut/Paste truncates a string with an embedded \0 char
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-06-29 23:02 EDT by David Vydra CLA
Modified: 2007-06-22 10:04 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vydra CLA 2005-06-29 23:02:36 EDT
select

public void foo() {
        String s = "bar<0x0 here>";
}

Copy/Pase

the text is:

public void foo() {
        String s = "bar
Comment 1 Dani Megert CLA 2005-06-30 04:18:26 EDT
Cannot reproduce. What exactly did you paste? Can you provide the concrete code
that fails? See also:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-text-home/development/bug-incomplete.htm
Comment 2 Dani Megert CLA 2007-06-22 09:59:24 EDT
Get rid of deprecated state.
Comment 3 Dani Megert CLA 2007-06-22 10:04:38 EDT
.