Bug 578556 - line delemiter escapes can not be used in Expressions View
Summary: line delemiter escapes can not be used in Expressions View
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.23   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 06:49 EST by Jörg Kubitz CLA
Modified: 2024-01-26 16:40 EST (History)
0 users

See Also:


Attachments
Screenshot (24.95 KB, image/png)
2022-02-03 06:49 EST, Jörg Kubitz CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Kubitz CLA 2022-02-03 06:49:39 EST
Created attachment 287964 [details]
Screenshot

i tried to show

 mystream.collect(Collectors.joining("\n"))

in Expressions view. Results in error 
 "error(s)_during_the_validation", 
 "String literal is not properly closed by a double-quote"

workaround:
 mystream.collect(Collectors.joining(""+(char)10))


reproduce: type one of the following in the expressions view:
 "\n"
 "\r"
what does work is a tab "\t", (however the sourcecode in the column "name" is not rendered correctly then because \t is substituted by a white space).
Comment 1 Eclipse Genie CLA 2024-01-26 16:40:16 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.