Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 138732 --- getValue fails

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 138732 --- getValue fails

Summary 
Call the onCreate() method after evalate valueExpr, when execute the contents.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 138732 --- getValue fails

Description:
Why:
Old code Call the onCreate() method before evalate valueExpr, so the value used in onCreate() will be null.

Fix:
Fixed.
 
Test Description:
Manual Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/MultiLineItemExecutor.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top