Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix bug in ReportParameterConverter when param_type is BigDecimal(both in head and 2.1.1)

Title: [birt-dev]CheckIn: Fix bug in ReportParameterConverter when param_type is BigDecimal(both in head and 2.1.1)

- Summary:
Fix bug in ReportParameterConverter when param_type is BigDecimal(both in head and 2.1.1)


- Bugzilla Bug (s) Resolved:
None


- Description:
Fix bug in ReportParameterConverter when param_type is BigDecimal(both in head and 2.1.1)

Engine will return a BigDecimal Object using the *Genenal Number* pattern when occurs an ParseException
instead of Double Object.

- Tests Description  :
Unit Test Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top