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

Silence unused and platform type warnings #179

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

joshfriend
Copy link
Contributor

This suppresses warnings in IntelliJ about methods being unused since this is a library and someone is probably using them.

Also shuts off the "has platform type" warning which is what highlights things like Observable.switchMap() because they do not have @NonNull annotations, but we know that they do not return null.

@joshfriend joshfriend force-pushed the fix-warnings branch 2 times, most recently from 032f6d6 to b42888d Compare May 22, 2018 17:09
@joshfriend
Copy link
Contributor Author

I also added annotations to the extensions added in #185 that were missing them.

@thomasnield thomasnield merged commit b9d8e42 into ReactiveX:2.x Jul 17, 2018
@joshfriend joshfriend deleted the fix-warnings branch July 17, 2018 19:23
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.

None yet

2 participants