Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 158260 --- API: return Null if call IParameterDefnBase.getTypeName()

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 158260 --- API: return Null if call IParameterDefnBase.getTypeName()

- Summary:
Fix Bugzilla Bug 158260 --- API: return Null if call IParameterDefnBase.getTypeName()


- Bugzilla Bug (s) Resolved:
158260


- Description:
Fix Bugzilla Bug 158260 --- API: return Null if call IParameterDefnBase.getTypeName()

delete the private variable *typeName* in the class ParameterBaseDefn and related method
when call getTypeName, return the correct Type Name by the Parameter Type(int value)

- Tests Description  :
Unit 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/test/org/eclipse/birt/report/engine/api/GetParameterDefinitionTaskTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java"


- Files Added:
None

- Files Deleted
None

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



Back to the top