A Programming Legacy - http://remedylegacy.com

APLFindDeprecatedCode logs into Remedy server and reports all workflow that is using deprecated functions as listed on this BMC Wiki
https://docs.bmc.com/docs/display/public/ars81/Functions

Below are all of the parameters that are accepted for use

java -jar APLFindDeprecatedCode -x <server> -u <user> [-p <password> -t <TCPPort> ]
Required
-x:     This is the server to connect to
-u:     User used to connect to the servers
Optional
-p:     Password of the user being used to connect
-t:     TCPPort to connect to server, uses port mapper if undefined

Version History
1.0 - March 16th 2015 - Initial release
-Logs into Remedy server and reports all workflow that is using deprecated functions in Remedy Server v8.1 and above