Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate warnings. #223

Merged
merged 4 commits into from
May 23, 2024
Merged

Eliminate warnings. #223

merged 4 commits into from
May 23, 2024

Commits on May 17, 2024

  1. Eliminate warnings.

    Updated some SDK code to avoid warning messages from code scanning
    tools. This includes a change to the StringReader#skip method, which now
    explicitly checks for negative values.
    
    JiraIssue: DS-48860
    kqarryzada committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d5c2e1f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Add unit test.

    kqarryzada committed May 20, 2024
    Configuration menu
    Copy the full SHA
    62ce5bd View commit details
    Browse the repository at this point in the history
  2. Add copyright header.

    kqarryzada committed May 20, 2024
    Configuration menu
    Copy the full SHA
    21e26b9 View commit details
    Browse the repository at this point in the history
  3. Update a comment.

    kqarryzada committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bc21946 View commit details
    Browse the repository at this point in the history