Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev]CheckIn: Fix Bugzilla Bug --- # 88055 Open [BIRT]ReportParameterConverter.parse(Float) needs upper case "E"

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- # 88055 Open [BIRT] ReportParameterConverter.parse(Float) needs upper case "E"

 

Rollback the modification.

 

 

Wei Zhao( Shanghai )

 

-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Wei Yan
Sent:
Monday, September 11, 2006 12:05 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev]CheckIn: Fix Bugzilla Bug --- # 88055 Open [BIRT]ReportParameterConverter.parse(Float) needs upper case "E"

 

 

- Summary:

- Bugzilla Bug (s) Resolved:
#  88055  Open  [BIRT] ReportParameterConverter.parse(Float) needs upper case "E"
- Description:
        The ICU only support 'E' as the exponent symbol, so we need translate the number to upper before call ICU to parse it.

       

- Tests Description  :
        Unit Test

- Notes to Build Team:
Check into both the 2.1.1 and main branch.


- Notes to Developers:

- Notes to QA: 
 
 
- Notes to Documentation: 
 

- Files Edited:
cvs ci -m "support both 'e' and 'E' in scientifc notation" -l "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/ParameterConverterTest.java"

cvs ci -m "support both 'e' and 'E' in scientifc notation" -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java"

 

- Files Added:

- Files Deleted

 

-Wei Yan

 


Back to the top