Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Bugzilla Bug 122584 Cascading parameter values can't be displayed properly in html viewer.

-Summary:

Bugzilla Bug 122584 Cascading parameter values can't be displayed properly in html viewer.

 

-Bugzilla Bug (s) Resolved:

Bugzilla bug 122584

 

-Description:

In the original implementation the equalization of two object is by using “Object.equals()” method. This is somewhat not ok for Date types because of locale issues. Now we test the identity of Date type by comparing their long naos values.


-Tests Description:
None

 

-Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/FeaturesTest.java"

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:

 


Back to the top