Bug 527248 - Pasted 2 lines boolean condition expression in Expressions view
Summary: Pasted 2 lines boolean condition expression in Expressions view
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.7.1a   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-14 07:06 EST by Manuel Sierra CLA
Modified: 2017-11-14 22:08 EST (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 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.