Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Adding custom Suppress FindBugs class to make it JDK8 compatible #502

Merged
merged 3 commits into from
Nov 2, 2020

Conversation

adityaj1107
Copy link
Contributor

Fixes #: Since AES is on JDK 8 adding custom classes to Suppress Find-bugs warnings

Description of changes: SupressFBWarnings is present in JDK13. We need this custom class to make it JDK8 compatible.

Tests: Tested locally.

If new tests are added, how long do the new ones take to complete

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sidheart
sidheart previously approved these changes Oct 30, 2020
Copy link
Contributor

@rguo-aws rguo-aws left a comment

Choose a reason for hiding this comment

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

Can we simply add getter for each variable to workaround this FindBug error ?

@adityaj1107
Copy link
Contributor Author

Can we simply add getter for each variable to workaround this FindBug error ?

I have added the getters as well. Keeping the class for any future references.

@adityaj1107 adityaj1107 merged commit 1151ae1 into master Nov 2, 2020
@adityaj1107 adityaj1107 deleted the supress-fb-warnings branch November 2, 2020 20:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants