-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
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:
Metadata
Metadata
Assignees
Labels
comp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Todo