4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash- Remove use of default arguments when calling functions
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash - Search for the following regexps to find some default args:
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash <function-arg-def[^>]*default="DIRECTORY
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash <function-arg-def[^>]*default="STAF_REMOTE_HOSTNAME
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash - Check calls to 'isAlive', 'StartDsWithScript', 'addEntry', 'modifyEntry'
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash - Check calls to 'isAlive', 'StartDsWithScript', 'addEntry', 'modifyEntry'
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash - Replace such calls:
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash (<call function="'StopDsWithScript'">\s*\{\s*)('location'\s*:\s*STAF_REMOTE_HOSTNAME|'dsHost'\s*:\s*DIRECTORY_INSTANCE_HOST|'dsAdminPort'\s*:\s*DIRECTORY_INSTANCE_ADMIN_PORT|'dsBindDN'\s*:\s*DIRECTORY_INSTANCE_DN|'dsBindPwd'\s*:\s*DIRECTORY_INSTANCE_PSWD)\s*(,\s*)?
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash Replace this:
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash <call function="'StopDsWithScript'">\s*\{\s*\}\s*</call>
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash <call function="'StopDsWithScript'" />
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash Replace this:
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash <!--\s*Stop\s*DS\s*-->\s*<call function="'StopDsWithScript'" />
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash <call function="'StopDsWithScript'" />