GitHub user kirill-vlasov opened a pull request: https://github.com/apache/hive/pull/62
Null pointers should not be dereferenced This pull request is focused on resolving occurrences of Sonar rule squid:S2259 - Null pointers should not be dereferenced You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S2259 Please let me know if you have any questions. Kirill Vlasov You can merge this pull request into a Git repository by running: $ git pull https://github.com/DevFactory/hive staging/Null-pointers-should-not-be-dereferenced-fix-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/62.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #62 ---- commit 7a775dce9817fb6734609398cc996a844a2f2d69 Author: Kirill Vlasov <kirill.vla...@devfactory.com> Date: 2015-12-29T10:25:02Z Fixing squid:S2259 - Null pointers should not be dereferenced ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---