DevTest custom extension ParameterList class shown as deprecated in SDKJavaDoc.zip
search cancel

DevTest custom extension ParameterList class shown as deprecated in SDKJavaDoc.zip

book

Article ID: 189616

calendar_today

Updated On:

Products

CA Cloud Test Mobile CA Application Test

Issue/Introduction

The ParameterList class is shown as deprecated in the SDKJavaDoc.zip.
In the DevTest home doc folder, extract SDKJavaDoc.zip
Then open deprecated-list.html
This shows:
--------------------------------
Deprecated Classes
Class and Description
com.itko.util.ParameterList
Don't use this any more. The data structure you are looking for is a Map. Check Guava and elsewhere for interesting Map implementations that do things basic HashMap's can't. But don't look here. This isn't what you want.
--------------------------------
Is there an alternative for ParameterList

Environment

Release: 10, all releases

Component: CA Service Virtualization

Resolution

The ParameterList class is our own implemented class and it is being used in many other functionalities. As of now, we do not have any alternative. 
This class can be used for a custom implementation and we will support it.
The SDKJavaDoc.zip will be updated to reflect this.