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

Adding spotbugs. #45

Merged
merged 18 commits into from
May 13, 2021
Merged

Adding spotbugs. #45

merged 18 commits into from
May 13, 2021

Conversation

conniey
Copy link
Member

@conniey conniey commented May 13, 2021

@conniey conniey self-assigned this May 13, 2021

private final char[] hexDigits = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

methods are never used.

return true;
}
};
return new WebSocketSnifferTransportWrapper(input, output);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anonymous class is below. Spotbugs was not a fan of anon classes.

Copy link
Member

@mssfang mssfang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@conniey conniey merged commit 8c715f3 into Azure:master May 13, 2021
@conniey conniey deleted the adding-spotbugs branch May 13, 2021 23:32
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.

2 participants