Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix GUI part of Bugzilla bug 155503The construction of row&dataSetRow&params expressions

Summary Fix GUI part of Bugzilla bug 155503The construction of row&dataSetRow&params expressions

Bugzilla Bug (s) Resolved 155503

Description
On GUI code, row/dataSetRow/params expressions' construction are mostly implemented by invoke the methods:
getExpression, getColumnExpression, getResultSetColumnExpression in DEUtil.
Remove the DEUtil's escape process in these methods by using the method provided in core "ExpressionUtil".

Tests Description Code review.

Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Files Added



Files Edited

/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/ExpressionValueCellEditor.java

 

Hongchang Lin


Back to the top