Filter out org.utbot.*Exceptions from Summaries #1833
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-enhancement
New feature, improvement or change request
Description
All org.utbot.*Exceptions should not be shown in Java docs (tag @utbot.throwsException is for user code exceptions only).
Expected behavior
@utbot.throwsException should be used only for exceptions from user code.
Need to filter out all of exceptions with classname org.utbot.* from Java docs generation.
Context
The following bugs seeped without this restriction:
The text was updated successfully, but these errors were encountered: