Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 133780 --- Execution sequence of valueExpr(DataItem) and onCreate() is not correct.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 133780 --- Execution sequence of valueExpr(DataItem) and onCreate() is not correct.

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

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 133780 --- Execution sequence of valueExpr(DataItem) and onCreate() is not correct.

Description:
Why:
Old code Call the onCreate() method after evalate valueExpr, so the evalated value 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#26 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java#32 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/MultiLineItemExecutor.java#23 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java#30 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao





Back to the top