Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 117581 --- Support named expression

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 117581 --- Support named _expression_

Description:
 
Why:
Named expressions are used by Java-based scripting only. They are defined in DE
as user properties.Engine needs to prepare these expressions, create a
placeholder to hold the prepared handles. The Java-based scripting framework
will pick up the handle and make the call at the rigtht time.

Fix:


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
src/org/eclipse/birt/report/engine/ir/Report.java
src/org/eclipes/birt/report/engine/ir/ReportElementDesign.java
src/org/eclipse/birt/report/engine/dte/ReportQueryBuilder.java

Files Shared:
None
 
Files Added:
test/org/eclipse/birt/report/engine/data/dte/NamedExpressionTest.java
test/org/eclipse/birt/report/engine/data/dte/NameExpression.xml
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top