-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-summariesSomething related to the method names, code comments and display names generationSomething related to the method names, code comments and display names generationcomp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a bug
Milestone
Description
Description
Clarify scope of generated suite with EXPLICITLY_THROWN_UNCHECKED_EXCEPTIONS.
Expected behavior
Is it correct that only explicitly thrown exceptions without try-catch should be located in this suite?
Environment
Fuzzing is on.
Context
Example:
Test with String.repeat(-1) throws [java.lang.IllegalArgumentException: count is negative: -1]
Expected result
The test should be put into FUZZING: IMPLICITLY_THROWN_UNCHECKED_EXCEPTIONS region.
Actual result
The test is currently put into FUZZING: EXPLICITLY_THROWN_UNCHECKED_EXCEPTIONS region.
Originally posted by @alisevych in #1102 (comment)
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 generationcomp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Done