Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix bugs 139107, 146754, 146983

Summary:

Fixe bugs:

139107 Birt viewer with no error messages response.

146754 Java based scripting -> preview attached report in viewer has errors.

146983 [smoke][regression]Preview chart in Web Viewer throws exception.

 

- Bugzilla Bug(s)

139107, 146754, 146983

 

- Description:

139107: Add IEngineTask.getErrors().

146754: Reset column binding name index ( suffix of the column binding name, e.g. “1” in “ TOTAL_COLUMN_1” ) when create a ReportQueryBuilder.

146983: No event handler will be created if the image content is generated by chart.

 

- Tests Description:

Manuel Test. Unit Test

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ExpressionUtil.java;

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java;

/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/adapter/ExpressionUtilTest.java;

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java;

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ImageScriptExecutor.java;

/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/api/impl/EngineTask.java;

/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java

 

- Files Added:

 

-Jun Ouyang

 


Back to the top