Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---123571 [Regression]Error occurs when run existing report design

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---123571 [Regression]Error occurs when run existing report design

Summary 

Bugzilla Bug (s) Resolved:
123571 [Regression]Error occurs when run existing report design
Description:
There is a X in the report design, which is used by report content as x dimension internally. If the user uses X as the variable, it will access the content member X as dimension.

Remove that scope from the scope list, the scope only contains members declared in the public API.
 
Test Description:
Manually Test
 
Files Edited:
cvs ci -m "fix group base interval and x script errors" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top