albertogoffi / toradocu

Toradocu - automated generation of test oracles from Javadoc documentation
Other
42 stars 21 forks source link

Improve null dereference checks in the assertions #237

Closed ariannab closed 5 years ago

ariannab commented 5 years ago

Make sure that proper checks for null dereference are included in the assertions. This prevents errors when the assertions are executed. Some checks were already present, this pull request fixes the ones that were missing (e.g. the ones involving arrays).