Bug 527248

Summary: Pasted 2 lines boolean condition expression in Expressions view
Product: [Eclipse Project] Platform Reporter: Manuel Sierra <harryssuperman>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: harryssuperman, sarika.sinha
Version: 4.7.1a   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Manuel Sierra CLA 2017-11-14 07:06:34 EST
Hi, i think this is a bug.

I have a condition in the main editor in two lines like:

dDR != null
     && (dDR.getParaFelderListe() != null 

This is automatically done by max long size line preferences divided into 2 lines using autoformatting.

The bug is when, I copy the complete condition in the Expressions View, i will get only this part of the boolean condition:

dDR != null

And then i have to copy the second part manually.
Comment 1 Sarika Sinha CLA 2017-11-14 22:08:34 EST
It will be an enhancement and we will be happy if some one is willing to give a fix as we don't have resource to work on this now.