Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
FW: [birt-dev]CheckIn: Fix Bugzilla Bug 125963 --- reportContext.getConfigVariableValue() always returns null

Title: FW: [birt-dev]CheckIn: Fix Bugzilla Bug 125963 --- reportContext.getConfigVariableValue() always returns null

Summary 
Set getConfigVariableValue() be deprecated.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 125963 --- reportContext.getConfigVariableValue() always returns null.

Description:
Why:
The getConfigVariableValue() method of reportContext always returns null.

Fix:
Report developers don't need the configuration values.So set getConfigVariableValue() be deprecated.
 
Test Description:
NONE
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java#7 edit
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java#13 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top