albertogoffi / toradocu

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

Add support for documented exceptions imported with * #204

Closed albertogoffi closed 6 years ago

albertogoffi commented 6 years ago

Sometimes exceptions are contained in packages imported with *. This commit introduces the support for @thorws comments referring to such exceptions.

Fixes #203.