Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 110979 Allow enumeration of "report.params" elements

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 110979 Allow enumeration of "report.params" elements

Summary 

Bugzilla Bug (s) Resolved:
110979 Allow enumeration of "report.params" elements

Description:
Report.params is an hash map in _javascript_, so it won't support for..in. To support the for..in, we re-implement the getIds() methods of NativeJavaMap object. It will returns all the keys contained in the Map.

 
Test Description:
Unit Test
 
Files Edited:
cvs ci -m "support length()/for..in of params in _javascript_" -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/script/NativeJavaMap.java" "/org.eclipse.birt.core/test/org/eclipse/birt/core/script/NativeJavaMapTest.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/script/NativeJavaMap.java" "/org.eclipse.birt.core/test/org/eclipse/birt/core/script/NativeJavaMapTest.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top