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

Switch to spotbugs-annotations #258

Merged
merged 4 commits into from
Aug 16, 2021
Merged

Conversation

jglick
Copy link
Member

@jglick jglick commented Aug 16, 2021

@jglick jglick added the chore label Aug 16, 2021
Comment on lines -130 to +128
public int x(@Nullable T t) { return 1; }
public int x(@AnnC T t) { return 1; }
Copy link
Member Author

Choose a reason for hiding this comment

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

The JSR 305 version was RUNTIME retention whereas the SpotBugs version is CLASS retention.

@jglick jglick requested a review from timja August 16, 2021 14:19
timja
timja previously approved these changes Aug 16, 2021
@timja

This comment has been minimized.

@jglick jglick requested a review from timja August 16, 2021 16:20
@timja timja merged commit 4ac80fd into jenkinsci:master Aug 16, 2021
@jglick jglick deleted the spotbugs-annotations branch August 16, 2021 19:46
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.

2 participants