while running the flex PMD, it is throwing some errors in the below line.
var strHandle:String = ConfigXMLModelLocator.getInstance().handle;
var appHandle:String = ConfigXMLModelLocator.getInstance().handle;
->Error displaying here. var call:Object=service.getEVAInfo(strHandle,appHandle);
Error:- UseObjectType. Do not use Object class. It is a bad practice to use the dynamic class Object. Prefer using strongly typed object, or marker interface in order to avoid silent compilation errors while refactoring.