Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Remove the "copy" in run task and run and render task.

Title: [birt-dev]CheckIn: Remove the "copy" in run task and run and render task.

Summary 

Bugzilla Bug (s) Resolved:

Description:

ENGINE uses "copy" to duplicate the report design handle to avoid parsering report design in each request. The implementation of "copy" is not a complete clone of the design handle, it missed several status information, such as id mapping etc. This cause many bugs about the library.

As MODEL doesn't implement the complete "copy" operation, ENGINE removed the "copy" from the RunTask and RunAndRenderTask.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "comment the design handle copy out." -l
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:
This change may affect the codes in viewer.

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top