Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Fixed a null pointer exception in DateFormatter

- Summary:

Fixed a null pointer exception in DateFormatter

 

- Bugzilla Bug(s) Resolved:

None

 

- Description:

org.eclipse.birt.core.format.DateFormatter is not checking for a null Locale in some of its constructors. This may cause a NullPointerException in some execution paths. This has been fixed.

 

- Tests Description:

n/a

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.core/src/org/eclipse/birt/core/format/DateFormatter.java"

 

- Files Added:

 

 

- Files Deleted:

 

 

 

 

 


Back to the top