Skip to content

Update extensions package and add to main repo#807

Merged
Avery-Dunn merged 4 commits intodevfrom
avdunn/add-persistence-package
Apr 10, 2024
Merged

Update extensions package and add to main repo#807
Avery-Dunn merged 4 commits intodevfrom
avdunn/add-persistence-package

Conversation

@Avery-Dunn
Copy link
Copy Markdown
Contributor

This PR copies code from https://github.com/AzureAD/microsoft-authentication-extensions-for-java and updates dependencies, as per #777

The code was moved here and added as module much like the brokers package in order to make ongoing support for it easier to manage.

@Avery-Dunn Avery-Dunn requested a review from bgavrilMS April 4, 2024 22:47
Long[] prev = null;
for (Long[] interval : list) {
Assert.assertTrue(interval[0] <= interval[1]);
sum += interval[1] - interval[0];

Check failure

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment

Implicit cast of source type long to narrower destination type int.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants