Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jaceksur
Copy link
Contributor

@jaceksur jaceksur commented Sep 9, 2019

Together with @nullable, this allows users to use static analysis tools
like CheckerFramework to catch NPEs caused by unset fields.

Thank you for submitting a PR!

Please make sure you include the names of the affected language(s) in your PR title.
This helps us get the correct maintainers to look at your issue.

If you make changes to any of the code generators, be sure to run
cd tests && sh generate_code.sh (or equivalent .bat) and include the generated
code changes in the PR. This allows us to better see the effect of the PR.

If your PR includes C++ code, please adhere to the Google C++ Style Guide,
and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3),
so only some C++11 support is available.

Include other details as appropriate.

Thanks!

Together with @nullable, this allows users to use static analysis tools
like CheckerFramework to catch NPEs caused by unset fields.
@aardappel
Copy link
Collaborator

Thanks! :)

CI errors unrelated.

@aardappel aardappel merged commit 782b865 into google:master Sep 10, 2019
LuckyRu pushed a commit to LuckyRu/flatbuffers that referenced this pull request Oct 2, 2020
google#5510)

Together with @nullable, this allows users to use static analysis tools
like CheckerFramework to catch NPEs caused by unset fields.
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.

2 participants