alibaba / tsar

Taobao System Activity Reporter
Apache License 2.0
2.48k stars 733 forks source link

Completion of error handling #6

Closed elfring closed 11 years ago

elfring commented 11 years ago

I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing.

Would you like to add more error handling for return values from functions like the following?

elfring commented 11 years ago

I have found a few more update candidates. Would you also like to care for return values from functions like the following?

kongjian commented 11 years ago

Thanks for your advice, by the way, do you check code by hand or some useful tools?

elfring commented 11 years ago

I perform static source code analysis mostly manually so far.

Are you interested to apply aspect-oriented software development?