-
Notifications
You must be signed in to change notification settings - Fork 421
Use Nullness checker to annotate KeyStore.java. #2882
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
Use Nullness checker to annotate KeyStore.java. #2882
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the same edits in the Java 11 annotated JDK, in repository https://github.com/typetools/jdk. Then, we will merge the two pull requests together.
Thanks!
|
@mernst I have already changed to the correct jdkShaHash and travis has been passed. Here is my pull request on typetools/jdk: typetools/jdk#20 |
|
Thanks for the annotations. There were problems with this pull request and the associated pull request typetools/jdk#20.
Please see the changes that I made to both pull requests. In future pull requests, could you address those items? I think this is ready to be merged now (though you also assigned @wmdietl). Thanks again. |
Thanks a lot for the helpful advice! Sorry for the missed and wrong usage of annotations, I will do better in the next time. |
|
@xingweitian Thanks for the specifications and @mernst thanks for the review! |
Corresponding pull request in checker-framework: typetools/checker-framework#2882
Related PR: