storage/src/main/java/com/microsoft/alm/storage/macosx/KeychainSecurityCliStore.java (4 lines): - line 248: // TODO: check that type was "timedate" - line 293: // TODO: else if ("timedate".equals(type)) - line 294: // TODO: else if ("uint32".equals(type)) - line 295: // TODO: else if ("sint32".equals(type)) core/src/main/java/com/microsoft/alm/auth/oauth/AzureAuthority.java (3 lines): - line 120: // TODO: 449282: ADAL.NET checks if queryParameters contains any duplicate parameters - line 250: // TODO: 449248: silently catching the exception here seems horribly wrong - line 280: // TODO: 449248: silently catching the exception here seems horribly wrong - again common/src/main/java/com/microsoft/alm/storage/InsecureFileBackend.java (1 line): - line 92: // TODO: 449510: consider creating a backup of the file, if it exists, before overwriting it storage/src/main/java/com/microsoft/alm/storage/windows/internal/CredAdvapi32.java (1 line): - line 266: //TODO: Need to make this into array core/src/main/java/com/microsoft/alm/auth/pat/VsoAzureAuthority.java (1 line): - line 58: // TODO: 449524: create a `HttpClient` with a minimum number of redirects, default creds, and a reasonable timeout (access token generation seems to hang occasionally)