Skip to content

Use @SuppressJava6Requirement for animal sniffer plugin to ensure we …#9655

Merged
normanmaurer merged 2 commits into4.1from
sniffer_annotation
Oct 14, 2019
Merged

Use @SuppressJava6Requirement for animal sniffer plugin to ensure we …#9655
normanmaurer merged 2 commits into4.1from
sniffer_annotation

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

…always guard correctly

Motivation:

We can use the @SuppressJava6Requirement annotation to be more precise about when we use Java6+ APIs. This helps us to ensure we always protect these places.

Modifications:

Make use of @SuppressJava6Requirement explicit

Result:

Fixes #2509.

…always guard correctly

Motivation:

We can use the `@SuppressJava6Requirement` annotation to be more precise about when we use Java6+ APIs. This helps us to ensure we always protect these places.

Modifications:

Make use of `@SuppressJava6Requirement` explicit

Result:

Fixes #2509.
@normanmaurer normanmaurer added this to the 4.1.43.Final milestone Oct 11, 2019
@normanmaurer normanmaurer merged commit 6c05d16 into 4.1 Oct 14, 2019
@normanmaurer normanmaurer deleted the sniffer_annotation branch October 14, 2019 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use IgnoreJRERequirement annotation instead of the global ignore list

2 participants