-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-symbolic-engineIssue is related to the symbolic execution engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
Description
There are some widely used classes - such as AutoCloseable, Throwable, and AccessController - that are difficult to analyze but do almost nothing important (from a symbolic analysis point of view). So, they are the perfect candidates for UtMocks.
Expected behavior
Implement UtMocks for classes java.lang.AutoCloseable, java.lang.Throwable, and java.security.AccessController.
Environment
Not applicable.
Potential alternatives
No.
Context
Not applicable.
Metadata
Metadata
Assignees
Labels
comp-symbolic-engineIssue is related to the symbolic execution engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done