GitHub user xiaozhongwang opened a pull request:
https://github.com/apache/trafodion/pull/1380
[TRAFODION-2886] fix the nullpointer error scanned by TScanCode
I scanned code of Trafodion by TScanCode, found many nullpointer error, and
I fixed them here.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xiaozhongwang/trafodion TRAFODION-2886
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1380.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 #1380
----
commit b32351ff93e44a346f8dfb15c0ea9afa748f62a6
Author: Kenny <xiaozhong.wang@...>
Date: 2018-01-09T05:06:30Z
fix the nullpointer error scaned by TScanCode
commit 8866368dda821fb26107b3ed439375c8c7b23518
Author: Kenny <xiaozhong.wang@...>
Date: 2018-01-09T05:08:28Z
remove the error file
----
---